#F37CCF

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

Shades of Tea Rose #F37CCF

Tints of Tea Rose #F37CCF

Color information

#F37CCF (or 0xF37CCF) is unknown color: approx Tea Rose. HEX triplet: F3, 7C and CF. RGB value is (243,124,207). Sum of RGB (Red+Green+Blue) = 243+124+207=574 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.33% from 574); Green value is 124 (48.83% from 255 or 21.60% from 574); Blue value is 207 (81.25% from 255 or 36.06% from 574); Max value from RGB is 243 - color contains mainly: red. Hex color #F37CCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37CCF is #0C8330. Grayscale: #A8A8A8. Windows color (decimal): -820017 or 13597939. OLE color: 13597939.

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

Color convert

RGB243124207-
CMYK00.490.150.05
HSL318.15º83.22%71.96%-
HSV(B)318.15º48.97%95.29%-
XYZ55.4337.9763.44-
YUV169.04149.42180.75-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 42.33%
GREEN value IS 124 (48.83% from 255) = 21.60%
BLUE value IS 207 (81.25% from 255) = 36.06%
R=42.33%
G=21.60%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24312420700.490.150.05318.1583.2271.96
HexF37CCF031F513e5348
Octal363174317061175476123110
Binary111100111111100110011110110001111110110011111010100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F37CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F37CCF; }

 p { color: rgb(243,124,207); }

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

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

 a { background-color: rgb(243,124,207); }

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

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

 span { border-color: rgb(243,124,207); }

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