#F48186

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

Shades of Carissma #F48186

Tints of Carissma #F48186

Color information

#F48186 (or 0xF48186) is unknown color: approx Carissma. HEX triplet: F4, 81 and 86. RGB value is (244,129,134). Sum of RGB (Red+Green+Blue) = 244+129+134=507 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.13% from 507); Green value is 129 (50.78% from 255 or 25.44% from 507); Blue value is 134 (52.73% from 255 or 26.43% from 507); Max value from RGB is 244 - color contains mainly: red. Hex color #F48186 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F48186 is #0B7E79. Grayscale: #A4A4A4. Windows color (decimal): -753274 or 8815092. OLE color: 8815092.

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

Color convert

RGB244129134-
CMYK00.470.450.04
HSL357.39º83.94%73.14%-
HSV(B)357.39º47.13%95.69%-
XYZ49.4636.6527.02-
YUV163.96111.1185.09-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 48.13%
GREEN value IS 129 (50.78% from 255) = 25.44%
BLUE value IS 134 (52.73% from 255) = 26.43%
R=48.13%
G=25.44%
B=26.43%

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
Decimal24412913400.470.450.04357.3983.9473.14
HexF4818602F2D41655449
Octal364201206057554545124111
Binary111101001000000110000110010111110110110010110010110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48186; }

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

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

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

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

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

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

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

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