Html Css Color HEX #F78A86 Sweet Pink

📋 copy color: '#F78A86'

red 247 ◦ green 138 ◦ blue 134

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

Shades of Sweet Pink #F78A86

Tints of Sweet Pink #F78A86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 25.82%

R = 47.59%
G = 26.59%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#F78A86 (or 0xF78A86) is known color: Sweet Pink. HEX triplet: F7, 8A and 86. RGB value is (247,138,134). Sum of RGB (Red+Green+Blue) = 247+138+134=519 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.59% from 519); Green value is 138 (54.30% from 255 or 26.59% from 519); Blue value is 134 (52.73% from 255 or 25.82% from 519); Max value from RGB is 247 - color contains mainly: red. Hex color #F78A86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F78A86 is #087579. Grayscale: #AAAAAA. Windows color (decimal): -554362 or 8817399. OLE color: 8817399.

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

Color convert

RGB 247 138 134 -
CMYK 0 0.44 0.46 0.03
HSL 2.12º 0.88% 0.75% -
HSV(B) 2.12º 0.46% 0.97% -
XYZ 51.75 39.67 27.48 -
YUV 170.14 107.61 182.83 -
System Red Green Blue C M Y K H S L
Decimal 247 138 134 0 0.44 0.46 0.03 2.12 0.88 0.75
Hex F7 8A 86 0 2C 2E 3 2 58 4B
Octal 367 212 206 0 54 56 3 2 130 113
Binary 11110111 10001010 10000110 0 101100 101110 11 10 1011000 1001011

Color Harmonies of #F78A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78A86

Black with #F78A86

Text Example


Text Example

White with #F78A86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78A86; }

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

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

background-color css

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

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

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

border-color css

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

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

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