#F37DC8

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

Shades of Tea Rose #F37DC8

Tints of Tea Rose #F37DC8

Color information

#F37DC8 (or 0xF37DC8) is unknown color: approx Tea Rose. HEX triplet: F3, 7D and C8. RGB value is (243,125,200). Sum of RGB (Red+Green+Blue) = 243+125+200=568 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.78% from 568); Green value is 125 (49.22% from 255 or 22.01% from 568); Blue value is 200 (78.52% from 255 or 35.21% from 568); Max value from RGB is 243 - color contains mainly: red. Hex color #F37DC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37DC8 is #0C8237. Grayscale: #A8A8A8. Windows color (decimal): -819768 or 13139443. OLE color: 13139443.

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

Color convert

RGB243125200-
CMYK00.490.180.05
HSL321.86º83.1%72.16%-
HSV(B)321.86º48.56%95.29%-
XYZ54.7237.8959.07-
YUV168.83145.59180.9-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 42.78%
GREEN value IS 125 (49.22% from 255) = 22.01%
BLUE value IS 200 (78.52% from 255) = 35.21%
R=42.78%
G=22.01%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24312520000.490.180.05321.8683.172.16
HexF37DC80311251425348
Octal363175310061225502123110
Binary1111001111111011100100001100011001010110100001010100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F37DC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F37DC8; }

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

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

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

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

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

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

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

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