Html Css Color HEX #F37FCB Tea Rose

📋 copy color: '#F37FCB'

red 243 ◦ green 127 ◦ blue 203

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

Shades of Tea Rose #F37FCB

Tints of Tea Rose #F37FCB

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 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

#F37FCB (or 0xF37FCB) is known color: 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

RGB 243 127 203 -
CMYK 0 0.48 0.16 0.05
HSL 320.69º 0.83% 0.73% -
HSV(B) 320.69º 0.48% 0.95% -
XYZ 55.33 38.55 61.02 -
YUV 170.35 146.43 179.82 -
System Red Green Blue C M Y K H S L
Decimal 243 127 203 0 0.48 0.16 0.05 320.69 0.83 0.73
Hex F3 7F CB 0 30 10 5 141 53 49
Octal 363 177 313 0 60 20 5 501 123 111
Binary 11110011 1111111 11001011 0 110000 10000 101 101000001 1010011 1001001

Color Harmonies of #F37FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F37FCB

Black with #F37FCB

Text Example


Text Example

White with #F37FCB

Text Example


Text Example

HTML Codes & Css Web 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>