#F48187

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

Shades of Carissma #F48187

Tints of Carissma #F48187

Color information

#F48187 (or 0xF48187) is unknown color: approx Carissma. HEX triplet: F4, 81 and 87. RGB value is (244,129,135). Sum of RGB (Red+Green+Blue) = 244+129+135=508 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.03% from 508); Green value is 129 (50.78% from 255 or 25.39% from 508); Blue value is 135 (53.12% from 255 or 26.57% from 508); Max value from RGB is 244 - color contains mainly: red. Hex color #F48187 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F48187 is #0B7E78. Grayscale: #A4A4A4. Windows color (decimal): -753273 or 8880628. OLE color: 8880628.

HSL color Cylindrical-coordinate representation of color #F48187: hue angle of 356.87º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F48187 is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.04.

Color convert

RGB244129135-
CMYK00.470.450.04
HSL356.87º83.94%73.14%-
HSV(B)356.87º47.13%95.69%-
XYZ49.5336.6827.39-
YUV164.07111.6185.01-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 48.03%
GREEN value IS 129 (50.78% from 255) = 25.39%
BLUE value IS 135 (53.12% from 255) = 26.57%
R=48.03%
G=25.39%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24412913500.470.450.04356.8783.9473.14
HexF4818702F2D41655449
Octal364201207057554545124111
Binary111101001000000110000111010111110110110010110010110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48187; }

 p { color: rgb(244,129,135); }

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

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

 a { background-color: rgb(244,129,135); }

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

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

 span { border-color: rgb(244,129,135); }

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