#F37D8C

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

Shades of Carissma #F37D8C

Tints of Carissma #F37D8C

Color information

#F37D8C (or 0xF37D8C) is unknown color: approx Carissma. HEX triplet: F3, 7D and 8C. RGB value is (243,125,140). Sum of RGB (Red+Green+Blue) = 243+125+140=508 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.83% from 508); Green value is 125 (49.22% from 255 or 24.61% from 508); Blue value is 140 (55.08% from 255 or 27.56% from 508); Max value from RGB is 243 - color contains mainly: red. Hex color #F37D8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F37D8C is #0C8273. Grayscale: #A2A2A2. Windows color (decimal): -819828 or 9207283. OLE color: 9207283.

HSL color Cylindrical-coordinate representation of color #F37D8C: hue angle of 352.37º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F37D8C is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB243125140-
CMYK00.490.420.05
HSL352.37º83.1%72.16%-
HSV(B)352.37º48.56%95.29%-
XYZ49.0335.6229.1-
YUV161.99115.59185.78-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 47.83%
GREEN value IS 125 (49.22% from 255) = 24.61%
BLUE value IS 140 (55.08% from 255) = 27.56%
R=47.83%
G=24.61%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24312514000.490.420.05352.3783.172.16
HexF37D8C0312A51605348
Octal363175214061525540123110
Binary11110011111110110001100011000110101010110110000010100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F37D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F37D8C; }

 p { color: rgb(243,125,140); }

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

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

 a { background-color: rgb(243,125,140); }

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

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

 span { border-color: rgb(243,125,140); }

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