#F0838C

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

Shades of Carissma #F0838C

Tints of Carissma #F0838C

Color information

#F0838C (or 0xF0838C) is unknown color: approx Carissma. HEX triplet: F0, 83 and 8C. RGB value is (240,131,140). Sum of RGB (Red+Green+Blue) = 240+131+140=511 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.97% from 511); Green value is 131 (51.56% from 255 or 25.64% from 511); Blue value is 140 (55.08% from 255 or 27.40% from 511); Max value from RGB is 240 - color contains mainly: red. Hex color #F0838C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0838C is #0F7C73. Grayscale: #A4A4A4. Windows color (decimal): -1014900 or 9208816. OLE color: 9208816.

HSL color Cylindrical-coordinate representation of color #F0838C: hue angle of 355.05º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F0838C is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB240131140-
CMYK00.450.420.06
HSL355.05º78.42%72.75%-
HSV(B)355.05º45.42%94.12%-
XYZ48.7936.6529.31-
YUV164.62114.11181.77-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.97%
GREEN value IS 131 (51.56% from 255) = 25.64%
BLUE value IS 140 (55.08% from 255) = 27.40%
R=46.97%
G=25.64%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013114000.450.420.06355.0578.4272.75
HexF0838C02D2A61634e49
Octal360203214055526543116111
Binary111100001000001110001100010110110101011010110001110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0838C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0838C; }

 p { color: rgb(240,131,140); }

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

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

 a { background-color: rgb(240,131,140); }

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

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

 span { border-color: rgb(240,131,140); }

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