Html Css Color HEX #F97C7F Froly

📋 copy color: '#F97C7F'

red 249 ◦ green 124 ◦ blue 127

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

Shades of Froly #F97C7F

Tints of Froly #F97C7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 25.4%

R = 49.8%
G = 24.8%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#F97C7F (or 0xF97C7F) is known color: Froly. HEX triplet: F9, 7C and 7F. RGB value is (249,124,127). Sum of RGB (Red+Green+Blue) = 249+124+127=500 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.8% from 500); Green value is 124 (48.83% from 255 or 24.8% from 500); Blue value is 127 (50% from 255 or 25.4% from 500); Max value from RGB is 249 - color contains mainly: red. Hex color #F97C7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F97C7F is #068380. Grayscale: #A1A1A1. Windows color (decimal): -426881 or 8355065. OLE color: 8355065.

HSL color Cylindrical-coordinate representation of color #F97C7F: hue angle of 358.56º 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 #F97C7F is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 124 127 -
CMYK 0 0.50 0.49 0.02
HSL 358.56º 0.91% 0.73% -
HSV(B) 358.56º 0.5% 0.98% -
XYZ 50.11 36.09 24.4 -
YUV 161.72 108.41 190.26 -
System Red Green Blue C M Y K H S L
Decimal 249 124 127 0 0.50 0.49 0.02 358.56 0.91 0.73
Hex F9 7C 7F 0 32 31 2 167 5B 49
Octal 371 174 177 0 62 61 2 547 133 111
Binary 11111001 1111100 1111111 0 110010 110001 10 101100111 1011011 1001001

Color Harmonies of #F97C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97C7F

Black with #F97C7F

Text Example


Text Example

White with #F97C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97C7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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