Html Css Color HEX #F37FCC Tea Rose

📋 copy color: '#F37FCC'

red 243 ◦ green 127 ◦ blue 204

#F37FCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea Rose #F37FCC

Tints of Tea Rose #F37FCC

RGB

 RED value IS 243 (95.31% from 255) = 42.33%

 GREEN value IS 127 (50% from 255) = 22.13%

 BLUE value IS 204 (80.08% from 255) = 35.54%

R = 42.33%
G = 22.13%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F37FCC (or 0xF37FCC) is known color: Tea Rose. HEX triplet: F3, 7F and CC. RGB value is (243,127,204). Sum of RGB (Red+Green+Blue) = 243+127+204=574 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.33% from 574); Green value is 127 (50% from 255 or 22.13% from 574); Blue value is 204 (80.08% from 255 or 35.54% from 574); Max value from RGB is 243 - color contains mainly: red. Hex color #F37FCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37FCC is #0C8033. Grayscale: #AAAAAA. Windows color (decimal): -819252 or 13402099. OLE color: 13402099.

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

Color convert

RGB 243 127 204 -
CMYK 0 0.48 0.16 0.05
HSL 320.17º 0.83% 0.73% -
HSV(B) 320.17º 0.48% 0.95% -
XYZ 55.45 38.59 61.65 -
YUV 170.46 146.93 179.74 -
System Red Green Blue C M Y K H S L
Decimal 243 127 204 0 0.48 0.16 0.05 320.17 0.83 0.73
Hex F3 7F CC 0 30 10 5 140 53 49
Octal 363 177 314 0 60 20 5 500 123 111
Binary 11110011 1111111 11001100 0 110000 10000 101 101000000 1010011 1001001

Color Harmonies of #F37FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F37FCC

Black with #F37FCC

Text Example


Text Example

White with #F37FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F37FCC; }

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

 H1.HeaderClassName
 {
   color: #F37FCC;
 }
 .AnyTagClassName
 {
   color: #F37FCC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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