Html Css Color HEX #F78AC2 Tea Rose

📋 copy color: '#F78AC2'

red 247 ◦ green 138 ◦ blue 194

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

Shades of Tea Rose #F78AC2

Tints of Tea Rose #F78AC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 33.51%

R = 42.66%
G = 23.83%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.21

 K value IS 0.03

RGB Variations

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

Color information

#F78AC2 (or 0xF78AC2) is known color: Tea Rose. HEX triplet: F7, 8A and C2. RGB value is (247,138,194). Sum of RGB (Red+Green+Blue) = 247+138+194=579 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.66% from 579); Green value is 138 (54.30% from 255 or 23.83% from 579); Blue value is 194 (76.17% from 255 or 33.51% from 579); Max value from RGB is 247 - color contains mainly: red. Hex color #F78AC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78AC2 is #08753D. Grayscale: #B0B0B0. Windows color (decimal): -554302 or 12749559. OLE color: 12749559.

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

Color convert

RGB 247 138 194 -
CMYK 0 0.44 0.21 0.03
HSL 329.17º 0.87% 0.75% -
HSV(B) 329.17º 0.44% 0.97% -
XYZ 57.18 41.85 56.1 -
YUV 176.98 137.61 177.95 -
System Red Green Blue C M Y K H S L
Decimal 247 138 194 0 0.44 0.21 0.03 329.17 0.87 0.75
Hex F7 8A C2 0 2C 15 3 149 57 4B
Octal 367 212 302 0 54 25 3 511 127 113
Binary 11110111 10001010 11000010 0 101100 10101 11 101001001 1010111 1001011

Color Harmonies of #F78AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78AC2

Black with #F78AC2

Text Example


Text Example

White with #F78AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78AC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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