#F48084

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

Shades of Carissma #F48084

Tints of Carissma #F48084

Color information

#F48084 (or 0xF48084) is unknown color: approx Carissma. HEX triplet: F4, 80 and 84. RGB value is (244,128,132). Sum of RGB (Red+Green+Blue) = 244+128+132=504 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.41% from 504); Green value is 128 (50.39% from 255 or 25.40% from 504); Blue value is 132 (51.95% from 255 or 26.19% from 504); Max value from RGB is 244 - color contains mainly: red. Hex color #F48084 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F48084 is #0B7F7B. Grayscale: #A3A3A3. Windows color (decimal): -753532 or 8683764. OLE color: 8683764.

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

Color convert

RGB244128132-
CMYK00.480.460.04
HSL357.93º84.06%72.94%-
HSV(B)357.93º47.54%95.69%-
XYZ49.1936.3426.25-
YUV163.14110.43185.67-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 48.41%
GREEN value IS 128 (50.39% from 255) = 25.40%
BLUE value IS 132 (51.95% from 255) = 26.19%
R=48.41%
G=25.40%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24412813200.480.460.04357.9384.0672.94
HexF480840302E41665449
Octal364200204060564546124111
Binary111101001000000010000100011000010111010010110011010101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48084; }

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

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

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

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

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

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

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

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