Html Css Color HEX #F47C7E Froly

📋 copy color: '#F47C7E'

red 244 ◦ green 124 ◦ blue 126

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

Shades of Froly #F47C7E

Tints of Froly #F47C7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 25.51%

R = 49.39%
G = 25.1%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F47C7E (or 0xF47C7E) is known color: Froly. HEX triplet: F4, 7C and 7E. RGB value is (244,124,126). Sum of RGB (Red+Green+Blue) = 244+124+126=494 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.39% from 494); Green value is 124 (48.83% from 255 or 25.10% from 494); Blue value is 126 (49.61% from 255 or 25.51% from 494); Max value from RGB is 244 - color contains mainly: red. Hex color #F47C7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F47C7E is #0B8381. Grayscale: #A0A0A0. Windows color (decimal): -754562 or 8289524. OLE color: 8289524.

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

Color convert

RGB 244 124 126 -
CMYK 0 0.49 0.48 0.04
HSL 359º 0.85% 0.72% -
HSV(B) 359º 0.49% 0.96% -
XYZ 48.28 35.15 23.98 -
YUV 160.11 108.76 187.84 -
System Red Green Blue C M Y K H S L
Decimal 244 124 126 0 0.49 0.48 0.04 359 0.85 0.72
Hex F4 7C 7E 0 31 30 4 167 55 48
Octal 364 174 176 0 61 60 4 547 125 110
Binary 11110100 1111100 1111110 0 110001 110000 100 101100111 1010101 1001000

Color Harmonies of #F47C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47C7E

Black with #F47C7E

Text Example


Text Example

White with #F47C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47C7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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