Html Css Color HEX #F77CCB Tea Rose

📋 copy color: '#F77CCB'

red 247 ◦ green 124 ◦ blue 203

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

Shades of Tea Rose #F77CCB

Tints of Tea Rose #F77CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 35.37%

R = 43.03%
G = 21.6%
B = 35.37%

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

#F77CCB (or 0xF77CCB) is known color: Tea Rose. HEX triplet: F7, 7C and CB. RGB value is (247,124,203). Sum of RGB (Red+Green+Blue) = 247+124+203=574 (76% of max value = 765). Red value is 247 (96.88% from 255 or 43.03% from 574); Green value is 124 (48.83% from 255 or 21.60% from 574); Blue value is 203 (79.69% from 255 or 35.37% from 574); Max value from RGB is 247 - color contains mainly: red. Hex color #F77CCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77CCB is #088334. Grayscale: #A9A9A9. Windows color (decimal): -557877 or 13335799. OLE color: 13335799.

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

Color convert

RGB 247 124 203 -
CMYK 0 0.50 0.18 0.03
HSL 321.46º 0.88% 0.73% -
HSV(B) 321.46º 0.5% 0.97% -
XYZ 56.34 38.5 60.96 -
YUV 169.78 146.75 183.08 -
System Red Green Blue C M Y K H S L
Decimal 247 124 203 0 0.50 0.18 0.03 321.46 0.88 0.73
Hex F7 7C CB 0 32 12 3 141 58 49
Octal 367 174 313 0 62 22 3 501 130 111
Binary 11110111 1111100 11001011 0 110010 10010 11 101000001 1011000 1001001

Color Harmonies of #F77CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77CCB

Black with #F77CCB

Text Example


Text Example

White with #F77CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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