Html Css Color HEX #F47382 Froly

📋 copy color: '#F47382'

red 244 ◦ green 115 ◦ blue 130

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

Shades of Froly #F47382

Tints of Froly #F47382

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.52%

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

R = 49.9%
G = 23.52%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F47382 (or 0xF47382) is known color: Froly. HEX triplet: F4, 73 and 82. RGB value is (244,115,130). Sum of RGB (Red+Green+Blue) = 244+115+130=489 (64% of max value = 765). Red value is 244 (95.70% from 255 or 49.90% from 489); Green value is 115 (45.31% from 255 or 23.52% from 489); Blue value is 130 (51.17% from 255 or 26.58% from 489); Max value from RGB is 244 - color contains mainly: red. Hex color #F47382 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F47382 is #0B8C7D. Grayscale: #9B9B9B. Windows color (decimal): -756862 or 8549364. OLE color: 8549364.

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

Color convert

RGB 244 115 130 -
CMYK 0 0.53 0.47 0.04
HSL 353.02º 0.85% 0.7% -
HSV(B) 353.02º 0.53% 0.96% -
XYZ 47.47 33.11 25.01 -
YUV 155.28 113.74 191.28 -
System Red Green Blue C M Y K H S L
Decimal 244 115 130 0 0.53 0.47 0.04 353.02 0.85 0.7
Hex F4 73 82 0 35 2F 4 161 55 46
Octal 364 163 202 0 65 57 4 541 125 106
Binary 11110100 1110011 10000010 0 110101 101111 100 101100001 1010101 1000110

Color Harmonies of #F47382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47382

Black with #F47382

Text Example


Text Example

White with #F47382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47382; }

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

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

background-color css

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

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

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

border-color css

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

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

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