Html Css Color HEX #F47482 Froly

📋 copy color: '#F47482'

red 244 ◦ green 116 ◦ blue 130

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

Shades of Froly #F47482

Tints of Froly #F47482

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.67%

 BLUE value IS 130 (51.17% from 255) = 26.53%

R = 49.8%
G = 23.67%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F47482 (or 0xF47482) is known color: Froly. HEX triplet: F4, 74 and 82. RGB value is (244,116,130). Sum of RGB (Red+Green+Blue) = 244+116+130=490 (64% of max value = 765). Red value is 244 (95.70% from 255 or 49.80% from 490); Green value is 116 (45.70% from 255 or 23.67% from 490); Blue value is 130 (51.17% from 255 or 26.53% from 490); Max value from RGB is 244 - color contains mainly: red. Hex color #F47482 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F47482 is #0B8B7D. Grayscale: #9B9B9B. Windows color (decimal): -756606 or 8549620. OLE color: 8549620.

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

Color convert

RGB 244 116 130 -
CMYK 0 0.52 0.47 0.04
HSL 353.44º 0.85% 0.71% -
HSV(B) 353.44º 0.52% 0.96% -
XYZ 47.58 33.34 25.05 -
YUV 155.87 113.41 190.86 -
System Red Green Blue C M Y K H S L
Decimal 244 116 130 0 0.52 0.47 0.04 353.44 0.85 0.71
Hex F4 74 82 0 34 2F 4 161 55 47
Octal 364 164 202 0 64 57 4 541 125 107
Binary 11110100 1110100 10000010 0 110100 101111 100 101100001 1010101 1000111

Color Harmonies of #F47482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47482

Black with #F47482

Text Example


Text Example

White with #F47482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47482; }

 p { color: rgb(244,116,130); }

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

background-color css

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

 a { background-color: rgb(244,116,130); }

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

border-color css

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

 span { border-color: rgb(244,116,130); }

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