Html Css Color HEX #F77CC5 Tea Rose

📋 copy color: '#F77CC5'

red 247 ◦ green 124 ◦ blue 197

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

Shades of Tea Rose #F77CC5

Tints of Tea Rose #F77CC5

RGB

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

 GREEN value IS 124 (48.83% from 255) = 21.83%

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

R = 43.49%
G = 21.83%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.20

 K value IS 0.03

RGB Variations

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

Color information

#F77CC5 (or 0xF77CC5) is known color: Tea Rose. HEX triplet: F7, 7C and C5. RGB value is (247,124,197). Sum of RGB (Red+Green+Blue) = 247+124+197=568 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.49% from 568); Green value is 124 (48.83% from 255 or 21.83% from 568); Blue value is 197 (77.34% from 255 or 34.68% from 568); Max value from RGB is 247 - color contains mainly: red. Hex color #F77CC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77CC5 is #08833A. Grayscale: #A8A8A8. Windows color (decimal): -557883 or 12942583. OLE color: 12942583.

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

Color convert

RGB 247 124 197 -
CMYK 0 0.50 0.20 0.03
HSL 324.39º 0.88% 0.73% -
HSV(B) 324.39º 0.5% 0.97% -
XYZ 55.64 38.22 57.27 -
YUV 169.1 143.75 183.56 -
System Red Green Blue C M Y K H S L
Decimal 247 124 197 0 0.50 0.20 0.03 324.39 0.88 0.73
Hex F7 7C C5 0 32 14 3 144 58 49
Octal 367 174 305 0 62 24 3 504 130 111
Binary 11110111 1111100 11000101 0 110010 10100 11 101000100 1011000 1001001

Color Harmonies of #F77CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77CC5

Black with #F77CC5

Text Example


Text Example

White with #F77CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77CC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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