Html Css Color HEX #F77DCD Tea Rose

📋 copy color: '#F77DCD'

red 247 ◦ green 125 ◦ blue 205

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

Shades of Tea Rose #F77DCD

Tints of Tea Rose #F77DCD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 21.66%

 BLUE value IS 205 (80.47% from 255) = 35.53%

R = 42.81%
G = 21.66%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F77DCD (or 0xF77DCD) is known color: Tea Rose. HEX triplet: F7, 7D and CD. RGB value is (247,125,205). Sum of RGB (Red+Green+Blue) = 247+125+205=577 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.81% from 577); Green value is 125 (49.22% from 255 or 21.66% from 577); Blue value is 205 (80.47% from 255 or 35.53% from 577); Max value from RGB is 247 - color contains mainly: red. Hex color #F77DCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77DCD is #088232. Grayscale: #AAAAAA. Windows color (decimal): -557619 or 13467127. OLE color: 13467127.

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

Color convert

RGB 247 125 205 -
CMYK 0 0.49 0.17 0.03
HSL 320.66º 0.88% 0.73% -
HSV(B) 320.66º 0.49% 0.97% -
XYZ 56.71 38.85 62.27 -
YUV 170.6 147.42 182.5 -
System Red Green Blue C M Y K H S L
Decimal 247 125 205 0 0.49 0.17 0.03 320.66 0.88 0.73
Hex F7 7D CD 0 31 11 3 141 58 49
Octal 367 175 315 0 61 21 3 501 130 111
Binary 11110111 1111101 11001101 0 110001 10001 11 101000001 1011000 1001001

Color Harmonies of #F77DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77DCD

Black with #F77DCD

Text Example


Text Example

White with #F77DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77DCD; }

 p { color: rgb(247,125,205); }

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

background-color css

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

 a { background-color: rgb(247,125,205); }

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

border-color css

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

 span { border-color: rgb(247,125,205); }

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