Html Css Color HEX #F47A81 Froly

📋 copy color: '#F47A81'

red 244 ◦ green 122 ◦ blue 129

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

Shades of Froly #F47A81

Tints of Froly #F47A81

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.65%

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

R = 49.29%
G = 24.65%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F47A81 (or 0xF47A81) is known color: Froly. HEX triplet: F4, 7A and 81. RGB value is (244,122,129). Sum of RGB (Red+Green+Blue) = 244+122+129=495 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.29% from 495); Green value is 122 (48.05% from 255 or 24.65% from 495); Blue value is 129 (50.78% from 255 or 26.06% from 495); Max value from RGB is 244 - color contains mainly: red. Hex color #F47A81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F47A81 is #0B857E. Grayscale: #9F9F9F. Windows color (decimal): -755071 or 8485620. OLE color: 8485620.

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

Color convert

RGB 244 122 129 -
CMYK 0 0.5 0.47 0.04
HSL 356.56º 0.85% 0.72% -
HSV(B) 356.56º 0.5% 0.96% -
XYZ 48.23 34.74 24.93 -
YUV 159.28 110.92 188.43 -
System Red Green Blue C M Y K H S L
Decimal 244 122 129 0 0.5 0.47 0.04 356.56 0.85 0.72
Hex F4 7A 81 0 32 2F 4 165 55 48
Octal 364 172 201 0 62 57 4 545 125 110
Binary 11110100 1111010 10000001 0 110010 101111 100 101100101 1010101 1001000

Color Harmonies of #F47A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47A81

Black with #F47A81

Text Example


Text Example

White with #F47A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47A81; }

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

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

background-color css

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

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

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

border-color css

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

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

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