Html Css Color HEX #F37FC8 Tea Rose

📋 copy color: '#F37FC8'

red 243 ◦ green 127 ◦ blue 200

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

Shades of Tea Rose #F37FC8

Tints of Tea Rose #F37FC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 35.09%

R = 42.63%
G = 22.28%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F37FC8 (or 0xF37FC8) is known color: Tea Rose. HEX triplet: F3, 7F and C8. RGB value is (243,127,200). Sum of RGB (Red+Green+Blue) = 243+127+200=570 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.63% from 570); Green value is 127 (50% from 255 or 22.28% from 570); Blue value is 200 (78.52% from 255 or 35.09% from 570); Max value from RGB is 243 - color contains mainly: red. Hex color #F37FC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37FC8 is #0C8037. Grayscale: #A9A9A9. Windows color (decimal): -819256 or 13139955. OLE color: 13139955.

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

Color convert

RGB 243 127 200 -
CMYK 0 0.48 0.18 0.05
HSL 322.24º 0.83% 0.73% -
HSV(B) 322.24º 0.48% 0.95% -
XYZ 54.98 38.4 59.16 -
YUV 170.01 144.93 180.06 -
System Red Green Blue C M Y K H S L
Decimal 243 127 200 0 0.48 0.18 0.05 322.24 0.83 0.73
Hex F3 7F C8 0 30 12 5 142 53 49
Octal 363 177 310 0 60 22 5 502 123 111
Binary 11110011 1111111 11001000 0 110000 10010 101 101000010 1010011 1001001

Color Harmonies of #F37FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F37FC8

Black with #F37FC8

Text Example


Text Example

White with #F37FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F37FC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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