Html Css Color HEX #F96F77 Froly

📋 copy color: '#F96F77'

red 249 ◦ green 111 ◦ blue 119

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

Shades of Froly #F96F77

Tints of Froly #F96F77

RGB

 RED value IS 249 (97.66% from 255) = 51.98%

 GREEN value IS 111 (43.75% from 255) = 23.17%

 BLUE value IS 119 (46.88% from 255) = 24.84%

R = 51.98%
G = 23.17%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#F96F77 (or 0xF96F77) is known color: Froly. HEX triplet: F9, 6F and 77. RGB value is (249,111,119). Sum of RGB (Red+Green+Blue) = 249+111+119=479 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.98% from 479); Green value is 111 (43.75% from 255 or 23.17% from 479); Blue value is 119 (46.88% from 255 or 24.84% from 479); Max value from RGB is 249 - color contains mainly: red. Hex color #F96F77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96F77 is #069088. Grayscale: #999999. Windows color (decimal): -430217 or 7827449. OLE color: 7827449.

HSL color Cylindrical-coordinate representation of color #F96F77: hue angle of 356.52º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F96F77 is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 111 119 -
CMYK 0 0.55 0.52 0.02
HSL 356.52º 0.92% 0.71% -
HSV(B) 356.52º 0.55% 0.98% -
XYZ 48.08 32.84 21.26 -
YUV 153.17 108.72 196.35 -
System Red Green Blue C M Y K H S L
Decimal 249 111 119 0 0.55 0.52 0.02 356.52 0.92 0.71
Hex F9 6F 77 0 37 34 2 165 5C 47
Octal 371 157 167 0 67 64 2 545 134 107
Binary 11111001 1101111 1110111 0 110111 110100 10 101100101 1011100 1000111

Color Harmonies of #F96F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96F77

Black with #F96F77

Text Example


Text Example

White with #F96F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96F77; }

 p { color: rgb(249,111,119); }

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

background-color css

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

 a { background-color: rgb(249,111,119); }

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

border-color css

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

 span { border-color: rgb(249,111,119); }

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