Html Css Color HEX #F47C7D Froly

📋 copy color: '#F47C7D'

red 244 ◦ green 124 ◦ blue 125

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

Shades of Froly #F47C7D

Tints of Froly #F47C7D

RGB

 RED value IS 244 (95.7% from 255) = 49.49%

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

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

R = 49.49%
G = 25.15%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#F47C7D (or 0xF47C7D) is known color: Froly. HEX triplet: F4, 7C and 7D. RGB value is (244,124,125). Sum of RGB (Red+Green+Blue) = 244+124+125=493 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.49% from 493); Green value is 124 (48.83% from 255 or 25.15% from 493); Blue value is 125 (49.22% from 255 or 25.35% from 493); Max value from RGB is 244 - color contains mainly: red. Hex color #F47C7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F47C7D is #0B8382. Grayscale: #A0A0A0. Windows color (decimal): -754563 or 8223988. OLE color: 8223988.

HSL color Cylindrical-coordinate representation of color #F47C7D: hue angle of 359.5º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F47C7D is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 124 125 -
CMYK 0 0.49 0.49 0.04
HSL 359.5º 0.85% 0.72% -
HSV(B) 359.5º 0.49% 0.96% -
XYZ 48.22 35.13 23.64 -
YUV 159.99 108.26 187.92 -
System Red Green Blue C M Y K H S L
Decimal 244 124 125 0 0.49 0.49 0.04 359.5 0.85 0.72
Hex F4 7C 7D 0 31 31 4 168 55 48
Octal 364 174 175 0 61 61 4 550 125 110
Binary 11110100 1111100 1111101 0 110001 110001 100 101101000 1010101 1001000

Color Harmonies of #F47C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47C7D

Black with #F47C7D

Text Example


Text Example

White with #F47C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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