Html Css Color HEX #F37FD1 Tea Rose

📋 copy color: '#F37FD1'

red 243 ◦ green 127 ◦ blue 209

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

Shades of Tea Rose #F37FD1

Tints of Tea Rose #F37FD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 36.1%

R = 41.97%
G = 21.93%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F37FD1 (or 0xF37FD1) is known color: Tea Rose. HEX triplet: F3, 7F and D1. RGB value is (243,127,209). Sum of RGB (Red+Green+Blue) = 243+127+209=579 (76% of max value = 765). Red value is 243 (95.31% from 255 or 41.97% from 579); Green value is 127 (50% from 255 or 21.93% from 579); Blue value is 209 (82.03% from 255 or 36.10% from 579); Max value from RGB is 243 - color contains mainly: red. Hex color #F37FD1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37FD1 is #0C802E. Grayscale: #AAAAAA. Windows color (decimal): -819247 or 13729779. OLE color: 13729779.

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

Color convert

RGB 243 127 209 -
CMYK 0 0.48 0.14 0.05
HSL 317.59º 0.83% 0.73% -
HSV(B) 317.59º 0.48% 0.95% -
XYZ 56.06 38.84 64.86 -
YUV 171.03 149.43 179.33 -
System Red Green Blue C M Y K H S L
Decimal 243 127 209 0 0.48 0.14 0.05 317.59 0.83 0.73
Hex F3 7F D1 0 30 E 5 13E 53 49
Octal 363 177 321 0 60 16 5 476 123 111
Binary 11110011 1111111 11010001 0 110000 1110 101 100111110 1010011 1001001

Color Harmonies of #F37FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F37FD1

Black with #F37FD1

Text Example


Text Example

White with #F37FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F37FD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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