Html Css Color HEX #F78AC9 Tea Rose

📋 copy color: '#F78AC9'

red 247 ◦ green 138 ◦ blue 201

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

Shades of Tea Rose #F78AC9

Tints of Tea Rose #F78AC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 34.3%

R = 42.15%
G = 23.55%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.19

 K value IS 0.03

RGB Variations

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

Color information

#F78AC9 (or 0xF78AC9) is known color: Tea Rose. HEX triplet: F7, 8A and C9. RGB value is (247,138,201). Sum of RGB (Red+Green+Blue) = 247+138+201=586 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.15% from 586); Green value is 138 (54.30% from 255 or 23.55% from 586); Blue value is 201 (78.91% from 255 or 34.30% from 586); Max value from RGB is 247 - color contains mainly: red. Hex color #F78AC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78AC9 is #087536. Grayscale: #B1B1B1. Windows color (decimal): -554295 or 13208311. OLE color: 13208311.

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

Color convert

RGB 247 138 201 -
CMYK 0 0.44 0.19 0.03
HSL 325.32º 0.87% 0.75% -
HSV(B) 325.32º 0.44% 0.97% -
XYZ 57.99 42.17 60.34 -
YUV 177.77 141.11 177.38 -
System Red Green Blue C M Y K H S L
Decimal 247 138 201 0 0.44 0.19 0.03 325.32 0.87 0.75
Hex F7 8A C9 0 2C 13 3 145 57 4B
Octal 367 212 311 0 54 23 3 505 127 113
Binary 11110111 10001010 11001001 0 101100 10011 11 101000101 1010111 1001011

Color Harmonies of #F78AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78AC9

Black with #F78AC9

Text Example


Text Example

White with #F78AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78AC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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