#F48096

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

Shades of Carissma #F48096

Tints of Carissma #F48096

Color information

#F48096 (or 0xF48096) is unknown color: approx Carissma. HEX triplet: F4, 80 and 96. RGB value is (244,128,150). Sum of RGB (Red+Green+Blue) = 244+128+150=522 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.74% from 522); Green value is 128 (50.39% from 255 or 24.52% from 522); Blue value is 150 (58.98% from 255 or 28.74% from 522); Max value from RGB is 244 - color contains mainly: red. Hex color #F48096 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F48096 is #0B7F69. Grayscale: #A5A5A5. Windows color (decimal): -753514 or 9863412. OLE color: 9863412.

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

Color convert

RGB244128150-
CMYK00.480.390.04
HSL348.62º84.06%72.94%-
HSV(B)348.62º47.54%95.69%-
XYZ50.5336.8733.31-
YUV165.19119.43184.21-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 46.74%
GREEN value IS 128 (50.39% from 255) = 24.52%
BLUE value IS 150 (58.98% from 255) = 28.74%
R=46.74%
G=24.52%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24412815000.480.390.04348.6284.0672.94
HexF4809603027415d5449
Octal364200226060474535124111
Binary111101001000000010010110011000010011110010101110110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48096; }

 p { color: rgb(244,128,150); }

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

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

 a { background-color: rgb(244,128,150); }

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

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

 span { border-color: rgb(244,128,150); }

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