Html Css Color HEX #F780C6 Tea Rose

📋 copy color: '#F780C6'

red 247 ◦ green 128 ◦ blue 198

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

Shades of Tea Rose #F780C6

Tints of Tea Rose #F780C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 34.55%

R = 43.11%
G = 22.34%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.20

 K value IS 0.03

RGB Variations

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

Color information

#F780C6 (or 0xF780C6) is known color: Tea Rose. HEX triplet: F7, 80 and C6. RGB value is (247,128,198). Sum of RGB (Red+Green+Blue) = 247+128+198=573 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.11% from 573); Green value is 128 (50.39% from 255 or 22.34% from 573); Blue value is 198 (77.73% from 255 or 34.55% from 573); Max value from RGB is 247 - color contains mainly: red. Hex color #F780C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F780C6 is #087F39. Grayscale: #ABABAB. Windows color (decimal): -556858 or 13009143. OLE color: 13009143.

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

Color convert

RGB 247 128 198 -
CMYK 0 0.48 0.20 0.03
HSL 324.71º 0.88% 0.74% -
HSV(B) 324.71º 0.48% 0.97% -
XYZ 56.27 39.29 58.04 -
YUV 171.56 142.92 181.81 -
System Red Green Blue C M Y K H S L
Decimal 247 128 198 0 0.48 0.20 0.03 324.71 0.88 0.74
Hex F7 80 C6 0 30 14 3 145 58 4A
Octal 367 200 306 0 60 24 3 505 130 112
Binary 11110111 10000000 11000110 0 110000 10100 11 101000101 1011000 1001010

Color Harmonies of #F780C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F780C6

Black with #F780C6

Text Example


Text Example

White with #F780C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F780C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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