#F37ACA

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

Shades of Tea Rose #F37ACA

Tints of Tea Rose #F37ACA

Color information

#F37ACA (or 0xF37ACA) is unknown color: approx Tea Rose. HEX triplet: F3, 7A and CA. RGB value is (243,122,202). Sum of RGB (Red+Green+Blue) = 243+122+202=567 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.86% from 567); Green value is 122 (48.05% from 255 or 21.52% from 567); Blue value is 202 (79.30% from 255 or 35.63% from 567); Max value from RGB is 243 - color contains mainly: red. Hex color #F37ACA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37ACA is #0C8535. Grayscale: #A7A7A7. Windows color (decimal): -820534 or 13269747. OLE color: 13269747.

HSL color Cylindrical-coordinate representation of color #F37ACA: hue angle of 320.33º 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 #F37ACA is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB243122202-
CMYK00.500.170.05
HSL320.33º83.45%71.57%-
HSV(B)320.33º49.79%95.29%-
XYZ54.5837.2460.19-
YUV167.3147.59182-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 42.86%
GREEN value IS 122 (48.05% from 255) = 21.52%
BLUE value IS 202 (79.30% from 255) = 35.63%
R=42.86%
G=21.52%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24312220200.500.170.05320.3383.4571.57
HexF37ACA0321151405348
Octal363172312062215500123110
Binary1111001111110101100101001100101000110110100000010100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F37ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F37ACA; }

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

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

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

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

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

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

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

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