Html Css Color HEX #F77AC9 Tea Rose

📋 copy color: '#F77AC9'

red 247 ◦ green 122 ◦ blue 201

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

Shades of Tea Rose #F77AC9

Tints of Tea Rose #F77AC9

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.4%

 BLUE value IS 201 (78.91% from 255) = 35.26%

R = 43.33%
G = 21.4%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.19

 K value IS 0.03

RGB Variations

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

Color information

#F77AC9 (or 0xF77AC9) is known color: Tea Rose. HEX triplet: F7, 7A and C9. RGB value is (247,122,201). Sum of RGB (Red+Green+Blue) = 247+122+201=570 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.33% from 570); Green value is 122 (48.05% from 255 or 21.40% from 570); Blue value is 201 (78.91% from 255 or 35.26% from 570); Max value from RGB is 247 - color contains mainly: red. Hex color #F77AC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77AC9 is #088536. Grayscale: #A8A8A8. Windows color (decimal): -558391 or 13204215. OLE color: 13204215.

HSL color Cylindrical-coordinate representation of color #F77AC9: hue angle of 322.08º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F77AC9 is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 122 201 -
CMYK 0 0.51 0.19 0.03
HSL 322.08º 0.89% 0.72% -
HSV(B) 322.08º 0.51% 0.97% -
XYZ 55.86 37.91 59.63 -
YUV 168.38 146.41 184.08 -
System Red Green Blue C M Y K H S L
Decimal 247 122 201 0 0.51 0.19 0.03 322.08 0.89 0.72
Hex F7 7A C9 0 33 13 3 142 59 48
Octal 367 172 311 0 63 23 3 502 131 110
Binary 11110111 1111010 11001001 0 110011 10011 11 101000010 1011001 1001000

Color Harmonies of #F77AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77AC9

Black with #F77AC9

Text Example


Text Example

White with #F77AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77AC9; }

 p { color: rgb(247,122,201); }

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

background-color css

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

 a { background-color: rgb(247,122,201); }

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

border-color css

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

 span { border-color: rgb(247,122,201); }

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