Html Css Color HEX #F77EC4 Tea Rose

📋 copy color: '#F77EC4'

red 247 ◦ green 126 ◦ blue 196

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

Shades of Tea Rose #F77EC4

Tints of Tea Rose #F77EC4

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.14%

 BLUE value IS 196 (76.95% from 255) = 34.45%

R = 43.41%
G = 22.14%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.21

 K value IS 0.03

RGB Variations

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

Color information

#F77EC4 (or 0xF77EC4) is known color: Tea Rose. HEX triplet: F7, 7E and C4. RGB value is (247,126,196). Sum of RGB (Red+Green+Blue) = 247+126+196=569 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.41% from 569); Green value is 126 (49.61% from 255 or 22.14% from 569); Blue value is 196 (76.95% from 255 or 34.45% from 569); Max value from RGB is 247 - color contains mainly: red. Hex color #F77EC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77EC4 is #08813B. Grayscale: #AAAAAA. Windows color (decimal): -557372 or 12877559. OLE color: 12877559.

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

Color convert

RGB 247 126 196 -
CMYK 0 0.49 0.21 0.03
HSL 325.29º 0.88% 0.73% -
HSV(B) 325.29º 0.49% 0.97% -
XYZ 55.78 38.68 56.75 -
YUV 170.16 142.59 182.81 -
System Red Green Blue C M Y K H S L
Decimal 247 126 196 0 0.49 0.21 0.03 325.29 0.88 0.73
Hex F7 7E C4 0 31 15 3 145 58 49
Octal 367 176 304 0 61 25 3 505 130 111
Binary 11110111 1111110 11000100 0 110001 10101 11 101000101 1011000 1001001

Color Harmonies of #F77EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77EC4

Black with #F77EC4

Text Example


Text Example

White with #F77EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77EC4; }

 p { color: rgb(247,126,196); }

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

background-color css

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

 a { background-color: rgb(247,126,196); }

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

border-color css

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

 span { border-color: rgb(247,126,196); }

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