Html Css Color HEX #F78DC0 Tea Rose

📋 copy color: '#F78DC0'

red 247 ◦ green 141 ◦ blue 192

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

Shades of Tea Rose #F78DC0

Tints of Tea Rose #F78DC0

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.31%

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

R = 42.59%
G = 24.31%
B = 33.1%

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

#F78DC0 (or 0xF78DC0) is known color: Tea Rose. HEX triplet: F7, 8D and C0. RGB value is (247,141,192). Sum of RGB (Red+Green+Blue) = 247+141+192=580 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.59% from 580); Green value is 141 (55.47% from 255 or 24.31% from 580); Blue value is 192 (75.39% from 255 or 33.10% from 580); Max value from RGB is 247 - color contains mainly: red. Hex color #F78DC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78DC0 is #08723F. Grayscale: #B2B2B2. Windows color (decimal): -553536 or 12619255. OLE color: 12619255.

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

Color convert

RGB 247 141 192 -
CMYK 0 0.43 0.22 0.03
HSL 331.13º 0.87% 0.76% -
HSV(B) 331.13º 0.43% 0.97% -
XYZ 57.4 42.63 55.07 -
YUV 178.51 135.62 176.85 -
System Red Green Blue C M Y K H S L
Decimal 247 141 192 0 0.43 0.22 0.03 331.13 0.87 0.76
Hex F7 8D C0 0 2B 16 3 14B 57 4C
Octal 367 215 300 0 53 26 3 513 127 114
Binary 11110111 10001101 11000000 0 101011 10110 11 101001011 1010111 1001100

Color Harmonies of #F78DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78DC0

Black with #F78DC0

Text Example


Text Example

White with #F78DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78DC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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