Html Css Color HEX #F78BBA Tea Rose

📋 copy color: '#F78BBA'

red 247 ◦ green 139 ◦ blue 186

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

Shades of Tea Rose #F78BBA

Tints of Tea Rose #F78BBA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 24.3%

 BLUE value IS 186 (73.05% from 255) = 32.52%

R = 43.18%
G = 24.3%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F78BBA (or 0xF78BBA) is known color: Tea Rose. HEX triplet: F7, 8B and BA. RGB value is (247,139,186). Sum of RGB (Red+Green+Blue) = 247+139+186=572 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.18% from 572); Green value is 139 (54.69% from 255 or 24.30% from 572); Blue value is 186 (73.05% from 255 or 32.52% from 572); Max value from RGB is 247 - color contains mainly: red. Hex color #F78BBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F78BBA is #087445. Grayscale: #B0B0B0. Windows color (decimal): -554054 or 12225527. OLE color: 12225527.

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

Color convert

RGB 247 139 186 -
CMYK 0 0.44 0.25 0.03
HSL 333.89º 0.87% 0.76% -
HSV(B) 333.89º 0.44% 0.97% -
XYZ 56.45 41.78 51.54 -
YUV 176.65 133.28 178.18 -
System Red Green Blue C M Y K H S L
Decimal 247 139 186 0 0.44 0.25 0.03 333.89 0.87 0.76
Hex F7 8B BA 0 2C 19 3 14E 57 4C
Octal 367 213 272 0 54 31 3 516 127 114
Binary 11110111 10001011 10111010 0 101100 11001 11 101001110 1010111 1001100

Color Harmonies of #F78BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78BBA

Black with #F78BBA

Text Example


Text Example

White with #F78BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78BBA; }

 p { color: rgb(247,139,186); }

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

background-color css

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

 a { background-color: rgb(247,139,186); }

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

border-color css

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

 span { border-color: rgb(247,139,186); }

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