Html Css Color HEX #F77BCB Tea Rose

📋 copy color: '#F77BCB'

red 247 ◦ green 123 ◦ blue 203

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

Shades of Tea Rose #F77BCB

Tints of Tea Rose #F77BCB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 21.47%

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

R = 43.11%
G = 21.47%
B = 35.43%

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

#F77BCB (or 0xF77BCB) is known color: Tea Rose. HEX triplet: F7, 7B and CB. RGB value is (247,123,203). Sum of RGB (Red+Green+Blue) = 247+123+203=573 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.11% from 573); Green value is 123 (48.44% from 255 or 21.47% from 573); Blue value is 203 (79.69% from 255 or 35.43% from 573); Max value from RGB is 247 - color contains mainly: red. Hex color #F77BCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77BCB is #088434. Grayscale: #A9A9A9. Windows color (decimal): -558133 or 13335543. OLE color: 13335543.

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

Color convert

RGB 247 123 203 -
CMYK 0 0.50 0.18 0.03
HSL 321.29º 0.89% 0.73% -
HSV(B) 321.29º 0.5% 0.97% -
XYZ 56.22 38.25 60.92 -
YUV 169.2 147.08 183.5 -
System Red Green Blue C M Y K H S L
Decimal 247 123 203 0 0.50 0.18 0.03 321.29 0.89 0.73
Hex F7 7B CB 0 32 12 3 141 59 49
Octal 367 173 313 0 62 22 3 501 131 111
Binary 11110111 1111011 11001011 0 110010 10010 11 101000001 1011001 1001001

Color Harmonies of #F77BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77BCB

Black with #F77BCB

Text Example


Text Example

White with #F77BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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