Html Css Color HEX #F78CC0 Tea Rose

📋 copy color: '#F78CC0'

red 247 ◦ green 140 ◦ blue 192

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

Shades of Tea Rose #F78CC0

Tints of Tea Rose #F78CC0

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.18%

 BLUE value IS 192 (75.39% from 255) = 33.16%

R = 42.66%
G = 24.18%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.22

 K value IS 0.03

RGB Variations

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

Color information

#F78CC0 (or 0xF78CC0) is known color: Tea Rose. HEX triplet: F7, 8C and C0. RGB value is (247,140,192). Sum of RGB (Red+Green+Blue) = 247+140+192=579 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.66% from 579); Green value is 140 (55.08% from 255 or 24.18% from 579); Blue value is 192 (75.39% from 255 or 33.16% from 579); Max value from RGB is 247 - color contains mainly: red. Hex color #F78CC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78CC0 is #08733F. Grayscale: #B1B1B1. Windows color (decimal): -553792 or 12618999. OLE color: 12618999.

HSL color Cylindrical-coordinate representation of color #F78CC0: hue angle of 330.84º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F78CC0 is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 140 192 -
CMYK 0 0.43 0.22 0.03
HSL 330.84º 0.87% 0.76% -
HSV(B) 330.84º 0.43% 0.97% -
XYZ 57.25 42.34 55.02 -
YUV 177.92 135.95 177.27 -
System Red Green Blue C M Y K H S L
Decimal 247 140 192 0 0.43 0.22 0.03 330.84 0.87 0.76
Hex F7 8C C0 0 2B 16 3 14B 57 4C
Octal 367 214 300 0 53 26 3 513 127 114
Binary 11110111 10001100 11000000 0 101011 10110 11 101001011 1010111 1001100

Color Harmonies of #F78CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78CC0

Black with #F78CC0

Text Example


Text Example

White with #F78CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78CC0; }

 p { color: rgb(247,140,192); }

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

background-color css

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

 a { background-color: rgb(247,140,192); }

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

border-color css

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

 span { border-color: rgb(247,140,192); }

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