Html Css Color HEX #F97C7D Froly

📋 copy color: '#F97C7D'

red 249 ◦ green 124 ◦ blue 125

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

Shades of Froly #F97C7D

Tints of Froly #F97C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.1%

R = 50%
G = 24.9%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#F97C7D (or 0xF97C7D) is known color: Froly. HEX triplet: F9, 7C and 7D. RGB value is (249,124,125). Sum of RGB (Red+Green+Blue) = 249+124+125=498 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50% from 498); Green value is 124 (48.83% from 255 or 24.90% from 498); Blue value is 125 (49.22% from 255 or 25.10% from 498); Max value from RGB is 249 - color contains mainly: red. Hex color #F97C7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F97C7D is #068382. Grayscale: #A1A1A1. Windows color (decimal): -426883 or 8223993. OLE color: 8223993.

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

Color convert

RGB 249 124 125 -
CMYK 0 0.50 0.50 0.02
HSL 359.52º 0.91% 0.73% -
HSV(B) 359.52º 0.5% 0.98% -
XYZ 49.98 36.04 23.72 -
YUV 161.49 107.41 190.42 -
System Red Green Blue C M Y K H S L
Decimal 249 124 125 0 0.50 0.50 0.02 359.52 0.91 0.73
Hex F9 7C 7D 0 32 32 2 168 5B 49
Octal 371 174 175 0 62 62 2 550 133 111
Binary 11111001 1111100 1111101 0 110010 110010 10 101101000 1011011 1001001

Color Harmonies of #F97C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97C7D

Black with #F97C7D

Text Example


Text Example

White with #F97C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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