Html Css Color HEX #F780CE Tea Rose

📋 copy color: '#F780CE'

red 247 ◦ green 128 ◦ blue 206

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

Shades of Tea Rose #F780CE

Tints of Tea Rose #F780CE

RGB

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

 GREEN value IS 128 (50.39% from 255) = 22.03%

 BLUE value IS 206 (80.86% from 255) = 35.46%

R = 42.51%
G = 22.03%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F780CE (or 0xF780CE) is known color: Tea Rose. HEX triplet: F7, 80 and CE. RGB value is (247,128,206). Sum of RGB (Red+Green+Blue) = 247+128+206=581 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.51% from 581); Green value is 128 (50.39% from 255 or 22.03% from 581); Blue value is 206 (80.86% from 255 or 35.46% from 581); Max value from RGB is 247 - color contains mainly: red. Hex color #F780CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F780CE is #087F31. Grayscale: #ACACAC. Windows color (decimal): -556850 or 13533431. OLE color: 13533431.

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

Color convert

RGB 247 128 206 -
CMYK 0 0.48 0.17 0.03
HSL 320.67º 0.88% 0.74% -
HSV(B) 320.67º 0.48% 0.97% -
XYZ 57.22 39.67 63.03 -
YUV 172.47 146.92 181.16 -
System Red Green Blue C M Y K H S L
Decimal 247 128 206 0 0.48 0.17 0.03 320.67 0.88 0.74
Hex F7 80 CE 0 30 11 3 141 58 4A
Octal 367 200 316 0 60 21 3 501 130 112
Binary 11110111 10000000 11001110 0 110000 10001 11 101000001 1011000 1001010

Color Harmonies of #F780CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F780CE

Black with #F780CE

Text Example


Text Example

White with #F780CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F780CE; }

 p { color: rgb(247,128,206); }

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

background-color css

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

 a { background-color: rgb(247,128,206); }

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

border-color css

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

 span { border-color: rgb(247,128,206); }

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