#F37A8C

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

Shades of Carissma #F37A8C

Tints of Carissma #F37A8C

Color information

#F37A8C (or 0xF37A8C) is unknown color: approx Carissma. HEX triplet: F3, 7A and 8C. RGB value is (243,122,140). Sum of RGB (Red+Green+Blue) = 243+122+140=505 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.12% from 505); Green value is 122 (48.05% from 255 or 24.16% from 505); Blue value is 140 (55.08% from 255 or 27.72% from 505); Max value from RGB is 243 - color contains mainly: red. Hex color #F37A8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F37A8C is #0C8573. Grayscale: #A0A0A0. Windows color (decimal): -820596 or 9206515. OLE color: 9206515.

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

Color convert

RGB243122140-
CMYK00.500.420.05
HSL351.07º83.45%71.57%-
HSV(B)351.07º49.79%95.29%-
XYZ48.6634.8728.98-
YUV160.23116.59187.04-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 48.12%
GREEN value IS 122 (48.05% from 255) = 24.16%
BLUE value IS 140 (55.08% from 255) = 27.72%
R=48.12%
G=24.16%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24312214000.500.420.05351.0783.4571.57
HexF37A8C0322A515f5348
Octal363172214062525537123110
Binary11110011111101010001100011001010101010110101111110100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F37A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F37A8C; }

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

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

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

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

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

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

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

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