Html Css Color HEX #F780CA Tea Rose

📋 copy color: '#F780CA'

red 247 ◦ green 128 ◦ blue 202

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

Shades of Tea Rose #F780CA

Tints of Tea Rose #F780CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 35.01%

R = 42.81%
G = 22.18%
B = 35.01%

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

#F780CA (or 0xF780CA) is known color: Tea Rose. HEX triplet: F7, 80 and CA. RGB value is (247,128,202). Sum of RGB (Red+Green+Blue) = 247+128+202=577 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.81% from 577); Green value is 128 (50.39% from 255 or 22.18% from 577); Blue value is 202 (79.30% from 255 or 35.01% from 577); Max value from RGB is 247 - color contains mainly: red. Hex color #F780CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F780CA is #087F35. Grayscale: #ABABAB. Windows color (decimal): -556854 or 13271287. OLE color: 13271287.

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

Color convert

RGB 247 128 202 -
CMYK 0 0.48 0.18 0.03
HSL 322.69º 0.88% 0.74% -
HSV(B) 322.69º 0.48% 0.97% -
XYZ 56.74 39.48 60.51 -
YUV 172.02 144.92 181.48 -
System Red Green Blue C M Y K H S L
Decimal 247 128 202 0 0.48 0.18 0.03 322.69 0.88 0.74
Hex F7 80 CA 0 30 12 3 143 58 4A
Octal 367 200 312 0 60 22 3 503 130 112
Binary 11110111 10000000 11001010 0 110000 10010 11 101000011 1011000 1001010

Color Harmonies of #F780CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F780CA

Black with #F780CA

Text Example


Text Example

White with #F780CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F780CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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