Html Css Color HEX #F781CB Tea Rose

📋 copy color: '#F781CB'

red 247 ◦ green 129 ◦ blue 203

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

Shades of Tea Rose #F781CB

Tints of Tea Rose #F781CB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 22.28%

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

R = 42.66%
G = 22.28%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F781CB (or 0xF781CB) is known color: Tea Rose. HEX triplet: F7, 81 and CB. RGB value is (247,129,203). Sum of RGB (Red+Green+Blue) = 247+129+203=579 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.66% from 579); Green value is 129 (50.78% from 255 or 22.28% from 579); Blue value is 203 (79.69% from 255 or 35.06% from 579); Max value from RGB is 247 - color contains mainly: red. Hex color #F781CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F781CB is #087E34. Grayscale: #ACACAC. Windows color (decimal): -556597 or 13337079. OLE color: 13337079.

HSL color Cylindrical-coordinate representation of color #F781CB: hue angle of 322.37º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F781CB is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 129 203 -
CMYK 0 0.48 0.18 0.03
HSL 322.37º 0.88% 0.74% -
HSV(B) 322.37º 0.48% 0.97% -
XYZ 56.99 39.79 61.18 -
YUV 172.72 145.09 180.98 -
System Red Green Blue C M Y K H S L
Decimal 247 129 203 0 0.48 0.18 0.03 322.37 0.88 0.74
Hex F7 81 CB 0 30 12 3 142 58 4A
Octal 367 201 313 0 60 22 3 502 130 112
Binary 11110111 10000001 11001011 0 110000 10010 11 101000010 1011000 1001010

Color Harmonies of #F781CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F781CB

Black with #F781CB

Text Example


Text Example

White with #F781CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F781CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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