#F48197

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

Shades of Carissma #F48197

Tints of Carissma #F48197

Color information

#F48197 (or 0xF48197) is unknown color: approx Carissma. HEX triplet: F4, 81 and 97. RGB value is (244,129,151). Sum of RGB (Red+Green+Blue) = 244+129+151=524 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.56% from 524); Green value is 129 (50.78% from 255 or 24.62% from 524); Blue value is 151 (59.38% from 255 or 28.82% from 524); Max value from RGB is 244 - color contains mainly: red. Hex color #F48197 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F48197 is #0B7E68. Grayscale: #A5A5A5. Windows color (decimal): -753257 or 9929204. OLE color: 9929204.

HSL color Cylindrical-coordinate representation of color #F48197: hue angle of 348.52º 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 #F48197 is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB244129151-
CMYK00.470.380.04
HSL348.52º83.94%73.14%-
HSV(B)348.52º47.13%95.69%-
XYZ50.7437.1733.78-
YUV165.89119.6183.71-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 46.56%
GREEN value IS 129 (50.78% from 255) = 24.62%
BLUE value IS 151 (59.38% from 255) = 28.82%
R=46.56%
G=24.62%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.38
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24412915100.470.380.04348.5283.9473.14
HexF4819702F26415d5449
Octal364201227057464535124111
Binary111101001000000110010111010111110011010010101110110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48197; }

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

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

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

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

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

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

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

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