Html Css Color HEX #F77DCB Tea Rose

📋 copy color: '#F77DCB'

red 247 ◦ green 125 ◦ blue 203

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

Shades of Tea Rose #F77DCB

Tints of Tea Rose #F77DCB

RGB

 RED value IS 247 (96.88% from 255) = 42.96%

 GREEN value IS 125 (49.22% from 255) = 21.74%

 BLUE value IS 203 (79.69% from 255) = 35.3%

R = 42.96%
G = 21.74%
B = 35.3%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F77DCB (or 0xF77DCB) is known color: Tea Rose. HEX triplet: F7, 7D and CB. RGB value is (247,125,203). Sum of RGB (Red+Green+Blue) = 247+125+203=575 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.96% from 575); Green value is 125 (49.22% from 255 or 21.74% from 575); Blue value is 203 (79.69% from 255 or 35.30% from 575); Max value from RGB is 247 - color contains mainly: red. Hex color #F77DCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77DCB is #088234. Grayscale: #AAAAAA. Windows color (decimal): -557621 or 13336055. OLE color: 13336055.

HSL color Cylindrical-coordinate representation of color #F77DCB: hue angle of 321.64º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F77DCB is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 125 203 -
CMYK 0 0.49 0.18 0.03
HSL 321.64º 0.88% 0.73% -
HSV(B) 321.64º 0.49% 0.97% -
XYZ 56.47 38.75 61 -
YUV 170.37 146.42 182.66 -
System Red Green Blue C M Y K H S L
Decimal 247 125 203 0 0.49 0.18 0.03 321.64 0.88 0.73
Hex F7 7D CB 0 31 12 3 142 58 49
Octal 367 175 313 0 61 22 3 502 130 111
Binary 11110111 1111101 11001011 0 110001 10010 11 101000010 1011000 1001001

Color Harmonies of #F77DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77DCB

Black with #F77DCB

Text Example


Text Example

White with #F77DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77DCB; }

 p { color: rgb(247,125,203); }

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

background-color css

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

 a { background-color: rgb(247,125,203); }

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

border-color css

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

 span { border-color: rgb(247,125,203); }

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