Html Css Color HEX #F78ABF Tea Rose

📋 copy color: '#F78ABF'

red 247 ◦ green 138 ◦ blue 191

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

Shades of Tea Rose #F78ABF

Tints of Tea Rose #F78ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 33.16%

R = 42.88%
G = 23.96%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F78ABF (or 0xF78ABF) is known color: Tea Rose. HEX triplet: F7, 8A and BF. RGB value is (247,138,191). Sum of RGB (Red+Green+Blue) = 247+138+191=576 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.88% from 576); Green value is 138 (54.30% from 255 or 23.96% from 576); Blue value is 191 (75% from 255 or 33.16% from 576); Max value from RGB is 247 - color contains mainly: red. Hex color #F78ABF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78ABF is #087540. Grayscale: #B0B0B0. Windows color (decimal): -554305 or 12552951. OLE color: 12552951.

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

Color convert

RGB 247 138 191 -
CMYK 0 0.44 0.23 0.03
HSL 330.83º 0.87% 0.75% -
HSV(B) 330.83º 0.44% 0.97% -
XYZ 56.85 41.71 54.35 -
YUV 176.63 136.11 178.19 -
System Red Green Blue C M Y K H S L
Decimal 247 138 191 0 0.44 0.23 0.03 330.83 0.87 0.75
Hex F7 8A BF 0 2C 17 3 14B 57 4B
Octal 367 212 277 0 54 27 3 513 127 113
Binary 11110111 10001010 10111111 0 101100 10111 11 101001011 1010111 1001011

Color Harmonies of #F78ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78ABF

Black with #F78ABF

Text Example


Text Example

White with #F78ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78ABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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