Html Css Color HEX #F78EC1 Tea Rose

📋 copy color: '#F78EC1'

red 247 ◦ green 142 ◦ blue 193

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

Shades of Tea Rose #F78EC1

Tints of Tea Rose #F78EC1

RGB

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

 GREEN value IS 142 (55.86% from 255) = 24.4%

 BLUE value IS 193 (75.78% from 255) = 33.16%

R = 42.44%
G = 24.4%
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

#F78EC1 (or 0xF78EC1) is known color: Tea Rose. HEX triplet: F7, 8E and C1. RGB value is (247,142,193). Sum of RGB (Red+Green+Blue) = 247+142+193=582 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.44% from 582); Green value is 142 (55.86% from 255 or 24.40% from 582); Blue value is 193 (75.78% from 255 or 33.16% from 582); Max value from RGB is 247 - color contains mainly: red. Hex color #F78EC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78EC1 is #08713E. Grayscale: #B3B3B3. Windows color (decimal): -553279 or 12685047. OLE color: 12685047.

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

Color convert

RGB 247 142 193 -
CMYK 0 0.43 0.22 0.03
HSL 330.86º 0.87% 0.76% -
HSV(B) 330.86º 0.43% 0.97% -
XYZ 57.66 42.97 55.71 -
YUV 179.21 135.79 176.35 -
System Red Green Blue C M Y K H S L
Decimal 247 142 193 0 0.43 0.22 0.03 330.86 0.87 0.76
Hex F7 8E C1 0 2B 16 3 14B 57 4C
Octal 367 216 301 0 53 26 3 513 127 114
Binary 11110111 10001110 11000001 0 101011 10110 11 101001011 1010111 1001100

Color Harmonies of #F78EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78EC1

Black with #F78EC1

Text Example


Text Example

White with #F78EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78EC1; }

 p { color: rgb(247,142,193); }

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

background-color css

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

 a { background-color: rgb(247,142,193); }

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

border-color css

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

 span { border-color: rgb(247,142,193); }

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