Html Css Color HEX #F77ECB Tea Rose

📋 copy color: '#F77ECB'

red 247 ◦ green 126 ◦ blue 203

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

Shades of Tea Rose #F77ECB

Tints of Tea Rose #F77ECB

RGB

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

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

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

R = 42.88%
G = 21.88%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F77ECB (or 0xF77ECB) is known color: Tea Rose. HEX triplet: F7, 7E and CB. RGB value is (247,126,203). Sum of RGB (Red+Green+Blue) = 247+126+203=576 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.88% from 576); Green value is 126 (49.61% from 255 or 21.88% from 576); Blue value is 203 (79.69% from 255 or 35.24% from 576); Max value from RGB is 247 - color contains mainly: red. Hex color #F77ECB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77ECB is #088134. Grayscale: #AAAAAA. Windows color (decimal): -557365 or 13336311. OLE color: 13336311.

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

Color convert

RGB 247 126 203 -
CMYK 0 0.49 0.18 0.03
HSL 321.82º 0.88% 0.73% -
HSV(B) 321.82º 0.49% 0.97% -
XYZ 56.6 39.01 61.05 -
YUV 170.96 146.09 182.24 -
System Red Green Blue C M Y K H S L
Decimal 247 126 203 0 0.49 0.18 0.03 321.82 0.88 0.73
Hex F7 7E CB 0 31 12 3 142 58 49
Octal 367 176 313 0 61 22 3 502 130 111
Binary 11110111 1111110 11001011 0 110001 10010 11 101000010 1011000 1001001

Color Harmonies of #F77ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77ECB

Black with #F77ECB

Text Example


Text Example

White with #F77ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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