#f37fcb

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

Shades of Tea Rose #F37FCB

Tints of Tea Rose #F37FCB

Color information

#F37FCB (or 0xF37FCB) is unknown color: approx Tea Rose. HEX triplet: F3, 7F and CB. RGB value is (243,127,203). Sum of RGB (Red+Green+Blue) = 243+127+203=573 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.41% from 573); Green value is 127 (50% from 255 or 22.16% from 573); Blue value is 203 (79.69% from 255 or 35.43% from 573); Max value from RGB is 243 - color contains mainly: red. Hex color #F37FCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37FCB is #0C8034. Grayscale: #AAAAAA. Windows color (decimal): -819253 or 13336563. OLE color: 13336563.

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

Color convert

RGB243127203-
CMYK00.480.160.05
HSL320.69º82.86%72.55%-
HSV(B)320.69º47.74%95.29%-
XYZ55.3338.5561.02-
YUV170.35146.43179.82-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 42.41%
GREEN value IS 127 (50% from 255) = 22.16%
BLUE value IS 203 (79.69% from 255) = 35.43%
R=42.41%
G=22.16%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24312720300.480.160.05320.6982.8672.55
HexF37FCB0301051415349
Octal363177313060205501123111
Binary1111001111111111100101101100001000010110100000110100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f37fcb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f37fcb; }

 p { color: rgb(243,127,203); }

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

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

 a { background-color: rgb(243,127,203); }

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

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

 span { border-color: rgb(243,127,203); }

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