Html Css Color HEX #F97C81 Froly

📋 copy color: '#F97C81'

red 249 ◦ green 124 ◦ blue 129

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

Shades of Froly #F97C81

Tints of Froly #F97C81

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.7%

 BLUE value IS 129 (50.78% from 255) = 25.7%

R = 49.6%
G = 24.7%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#F97C81 (or 0xF97C81) is known color: Froly. HEX triplet: F9, 7C and 81. RGB value is (249,124,129). Sum of RGB (Red+Green+Blue) = 249+124+129=502 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.60% from 502); Green value is 124 (48.83% from 255 or 24.70% from 502); Blue value is 129 (50.78% from 255 or 25.70% from 502); Max value from RGB is 249 - color contains mainly: red. Hex color #F97C81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F97C81 is #06837E. Grayscale: #A2A2A2. Windows color (decimal): -426879 or 8486137. OLE color: 8486137.

HSL color Cylindrical-coordinate representation of color #F97C81: hue angle of 357.6º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F97C81 is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 124 129 -
CMYK 0 0.50 0.48 0.02
HSL 357.6º 0.91% 0.73% -
HSV(B) 357.6º 0.5% 0.98% -
XYZ 50.24 36.14 25.1 -
YUV 161.95 109.41 190.09 -
System Red Green Blue C M Y K H S L
Decimal 249 124 129 0 0.50 0.48 0.02 357.6 0.91 0.73
Hex F9 7C 81 0 32 30 2 166 5B 49
Octal 371 174 201 0 62 60 2 546 133 111
Binary 11111001 1111100 10000001 0 110010 110000 10 101100110 1011011 1001001

Color Harmonies of #F97C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97C81

Black with #F97C81

Text Example


Text Example

White with #F97C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97C81; }

 p { color: rgb(249,124,129); }

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

background-color css

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

 a { background-color: rgb(249,124,129); }

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

border-color css

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

 span { border-color: rgb(249,124,129); }

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