Html Css Color HEX #F77FC5 Tea Rose

📋 copy color: '#F77FC5'

red 247 ◦ green 127 ◦ blue 197

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

Shades of Tea Rose #F77FC5

Tints of Tea Rose #F77FC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 34.5%

R = 43.26%
G = 22.24%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.20

 K value IS 0.03

RGB Variations

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

Color information

#F77FC5 (or 0xF77FC5) is known color: Tea Rose. HEX triplet: F7, 7F and C5. RGB value is (247,127,197). Sum of RGB (Red+Green+Blue) = 247+127+197=571 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.26% from 571); Green value is 127 (50% from 255 or 22.24% from 571); Blue value is 197 (77.34% from 255 or 34.50% from 571); Max value from RGB is 247 - color contains mainly: red. Hex color #F77FC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77FC5 is #08803A. Grayscale: #AAAAAA. Windows color (decimal): -557115 or 12943351. OLE color: 12943351.

HSL color Cylindrical-coordinate representation of color #F77FC5: hue angle of 325º 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 #F77FC5 is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 127 197 -
CMYK 0 0.49 0.20 0.03
HSL 325º 0.88% 0.73% -
HSV(B) 325º 0.49% 0.97% -
XYZ 56.03 38.98 57.4 -
YUV 170.86 142.76 182.31 -
System Red Green Blue C M Y K H S L
Decimal 247 127 197 0 0.49 0.20 0.03 325 0.88 0.73
Hex F7 7F C5 0 31 14 3 145 58 49
Octal 367 177 305 0 61 24 3 505 130 111
Binary 11110111 1111111 11000101 0 110001 10100 11 101000101 1011000 1001001

Color Harmonies of #F77FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77FC5

Black with #F77FC5

Text Example


Text Example

White with #F77FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77FC5; }

 p { color: rgb(247,127,197); }

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

background-color css

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

 a { background-color: rgb(247,127,197); }

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

border-color css

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

 span { border-color: rgb(247,127,197); }

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