Html Css Color HEX #F78ACE Tea Rose

📋 copy color: '#F78ACE'

red 247 ◦ green 138 ◦ blue 206

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

Shades of Tea Rose #F78ACE

Tints of Tea Rose #F78ACE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 23.35%

 BLUE value IS 206 (80.86% from 255) = 34.86%

R = 41.79%
G = 23.35%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F78ACE (or 0xF78ACE) is known color: Tea Rose. HEX triplet: F7, 8A and CE. RGB value is (247,138,206). Sum of RGB (Red+Green+Blue) = 247+138+206=591 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.79% from 591); Green value is 138 (54.30% from 255 or 23.35% from 591); Blue value is 206 (80.86% from 255 or 34.86% from 591); Max value from RGB is 247 - color contains mainly: red. Hex color #F78ACE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78ACE is #087531. Grayscale: #B2B2B2. Windows color (decimal): -554290 or 13535991. OLE color: 13535991.

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

Color convert

RGB 247 138 206 -
CMYK 0 0.44 0.17 0.03
HSL 322.57º 0.87% 0.75% -
HSV(B) 322.57º 0.44% 0.97% -
XYZ 58.59 42.41 63.49 -
YUV 178.34 143.61 176.97 -
System Red Green Blue C M Y K H S L
Decimal 247 138 206 0 0.44 0.17 0.03 322.57 0.87 0.75
Hex F7 8A CE 0 2C 11 3 143 57 4B
Octal 367 212 316 0 54 21 3 503 127 113
Binary 11110111 10001010 11001110 0 101100 10001 11 101000011 1010111 1001011

Color Harmonies of #F78ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78ACE

Black with #F78ACE

Text Example


Text Example

White with #F78ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78ACE; }

 p { color: rgb(247,138,206); }

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

background-color css

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

 a { background-color: rgb(247,138,206); }

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

border-color css

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

 span { border-color: rgb(247,138,206); }

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