Html Css Color HEX #F77CCA Tea Rose

📋 copy color: '#F77CCA'

red 247 ◦ green 124 ◦ blue 202

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

Shades of Tea Rose #F77CCA

Tints of Tea Rose #F77CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 35.25%

R = 43.11%
G = 21.64%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F77CCA (or 0xF77CCA) is known color: Tea Rose. HEX triplet: F7, 7C and CA. RGB value is (247,124,202). Sum of RGB (Red+Green+Blue) = 247+124+202=573 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.11% from 573); Green value is 124 (48.83% from 255 or 21.64% from 573); Blue value is 202 (79.30% from 255 or 35.25% from 573); Max value from RGB is 247 - color contains mainly: red. Hex color #F77CCA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77CCA is #088335. Grayscale: #A9A9A9. Windows color (decimal): -557878 or 13270263. OLE color: 13270263.

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

Color convert

RGB 247 124 202 -
CMYK 0 0.50 0.18 0.03
HSL 321.95º 0.88% 0.73% -
HSV(B) 321.95º 0.5% 0.97% -
XYZ 56.23 38.45 60.34 -
YUV 169.67 146.25 183.16 -
System Red Green Blue C M Y K H S L
Decimal 247 124 202 0 0.50 0.18 0.03 321.95 0.88 0.73
Hex F7 7C CA 0 32 12 3 142 58 49
Octal 367 174 312 0 62 22 3 502 130 111
Binary 11110111 1111100 11001010 0 110010 10010 11 101000010 1011000 1001001

Color Harmonies of #F77CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77CCA

Black with #F77CCA

Text Example


Text Example

White with #F77CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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