Html Css Color HEX #F47881 Froly

📋 copy color: '#F47881'

red 244 ◦ green 120 ◦ blue 129

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

Shades of Froly #F47881

Tints of Froly #F47881

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.34%

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

R = 49.49%
G = 24.34%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F47881 (or 0xF47881) is known color: Froly. HEX triplet: F4, 78 and 81. RGB value is (244,120,129). Sum of RGB (Red+Green+Blue) = 244+120+129=493 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.49% from 493); Green value is 120 (47.27% from 255 or 24.34% from 493); Blue value is 129 (50.78% from 255 or 26.17% from 493); Max value from RGB is 244 - color contains mainly: red. Hex color #F47881 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F47881 is #0B877E. Grayscale: #9E9E9E. Windows color (decimal): -755583 or 8485108. OLE color: 8485108.

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

Color convert

RGB 244 120 129 -
CMYK 0 0.51 0.47 0.04
HSL 355.65º 0.85% 0.71% -
HSV(B) 355.65º 0.51% 0.96% -
XYZ 47.99 34.25 24.85 -
YUV 158.1 111.58 189.27 -
System Red Green Blue C M Y K H S L
Decimal 244 120 129 0 0.51 0.47 0.04 355.65 0.85 0.71
Hex F4 78 81 0 33 2F 4 164 55 47
Octal 364 170 201 0 63 57 4 544 125 107
Binary 11110100 1111000 10000001 0 110011 101111 100 101100100 1010101 1000111

Color Harmonies of #F47881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47881

Black with #F47881

Text Example


Text Example

White with #F47881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47881; }

 p { color: rgb(244,120,129); }

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

background-color css

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

 a { background-color: rgb(244,120,129); }

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

border-color css

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

 span { border-color: rgb(244,120,129); }

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