Html Css Color HEX #F97A81 Froly

📋 copy color: '#F97A81'

red 249 ◦ green 122 ◦ blue 129

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

Shades of Froly #F97A81

Tints of Froly #F97A81

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.4%

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

R = 49.8%
G = 24.4%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#F97A81 (or 0xF97A81) is known color: Froly. HEX triplet: F9, 7A and 81. RGB value is (249,122,129). Sum of RGB (Red+Green+Blue) = 249+122+129=500 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.8% from 500); Green value is 122 (48.05% from 255 or 24.4% from 500); Blue value is 129 (50.78% from 255 or 25.8% from 500); Max value from RGB is 249 - color contains mainly: red. Hex color #F97A81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F97A81 is #06857E. Grayscale: #A0A0A0. Windows color (decimal): -427391 or 8485625. OLE color: 8485625.

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

Color convert

RGB 249 122 129 -
CMYK 0 0.51 0.48 0.02
HSL 356.69º 0.91% 0.73% -
HSV(B) 356.69º 0.51% 0.98% -
XYZ 49.99 35.64 25.01 -
YUV 160.77 110.08 190.93 -
System Red Green Blue C M Y K H S L
Decimal 249 122 129 0 0.51 0.48 0.02 356.69 0.91 0.73
Hex F9 7A 81 0 33 30 2 165 5B 49
Octal 371 172 201 0 63 60 2 545 133 111
Binary 11111001 1111010 10000001 0 110011 110000 10 101100101 1011011 1001001

Color Harmonies of #F97A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97A81

Black with #F97A81

Text Example


Text Example

White with #F97A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97A81; }

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

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

background-color css

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

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

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

border-color css

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

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

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