#F07C8E

Color #F07C8E Carissma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carissma #F07C8E

Tints of Carissma #F07C8E

Color information

#F07C8E (or 0xF07C8E) is unknown color: approx Carissma. HEX triplet: F0, 7C and 8E. RGB value is (240,124,142). Sum of RGB (Red+Green+Blue) = 240+124+142=506 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.43% from 506); Green value is 124 (48.83% from 255 or 24.51% from 506); Blue value is 142 (55.86% from 255 or 28.06% from 506); Max value from RGB is 240 - color contains mainly: red. Hex color #F07C8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07C8E is #0F8371. Grayscale: #A0A0A0. Windows color (decimal): -1016690 or 9338096. OLE color: 9338096.

HSL color Cylindrical-coordinate representation of color #F07C8E: hue angle of 350.69º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F07C8E is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB240124142-
CMYK00.480.410.06
HSL350.69º79.45%71.37%-
HSV(B)350.69º48.33%94.12%-
XYZ48.0334.8929.8-
YUV160.74117.43184.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 240 (94.14% from 255) = 47.43%
GREEN value IS 124 (48.83% from 255) = 24.51%
BLUE value IS 142 (55.86% from 255) = 28.06%
R=47.43%
G=24.51%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24012414200.480.410.06350.6979.4571.37
HexF07C8E03029615f4f47
Octal360174216060516537117107
Binary11110000111110010001110011000010100111010101111110011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07C8E; }

 p { color: rgb(240,124,142); }

 H1.HeaderClassName
 {
   color: #F07C8E;
 }
 .AnyTagClassName
 {
   color: #F07C8E;
 }
</style>
background-color css

<style>
 a { background-color: #F07C8E; }

 a { background-color: rgb(240,124,142); }

 div.DivClassName
 {
   background-color: #F07C8E;
 }
 .BgClassName
 {
   background-color: #F07C8E;
 }
</style>
border-color css

<style>
 span { border-color: #F07C8E; }

 span { border-color: rgb(240,124,142); }

 td.TdClassName
 {
   border-color: #F07C8E;
 }
 .TagClassName
 {
   border-color: #F07C8E;
 }
</style>