Html Css Color HEX #F17582 Froly

📋 copy color: '#F17582'

red 241 ◦ green 117 ◦ blue 130

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

Shades of Froly #F17582

Tints of Froly #F17582

RGB

 RED value IS 241 (94.53% from 255) = 49.39%

 GREEN value IS 117 (46.09% from 255) = 23.98%

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

R = 49.39%
G = 23.98%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F17582 (or 0xF17582) is known color: Froly. HEX triplet: F1, 75 and 82. RGB value is (241,117,130). Sum of RGB (Red+Green+Blue) = 241+117+130=488 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.39% from 488); Green value is 117 (46.09% from 255 or 23.98% from 488); Blue value is 130 (51.17% from 255 or 26.64% from 488); Max value from RGB is 241 - color contains mainly: red. Hex color #F17582 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17582 is #0E8A7D. Grayscale: #9B9B9B. Windows color (decimal): -952958 or 8549873. OLE color: 8549873.

HSL color Cylindrical-coordinate representation of color #F17582: hue angle of 353.71º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F17582 is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 117 130 -
CMYK 0 0.51 0.46 0.05
HSL 353.71º 0.82% 0.7% -
HSV(B) 353.71º 0.51% 0.95% -
XYZ 46.67 33.04 25.04 -
YUV 155.56 113.58 188.94 -
System Red Green Blue C M Y K H S L
Decimal 241 117 130 0 0.51 0.46 0.05 353.71 0.82 0.7
Hex F1 75 82 0 33 2E 5 162 52 46
Octal 361 165 202 0 63 56 5 542 122 106
Binary 11110001 1110101 10000010 0 110011 101110 101 101100010 1010010 1000110

Color Harmonies of #F17582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17582

Black with #F17582

Text Example


Text Example

White with #F17582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17582; }

 p { color: rgb(241,117,130); }

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

background-color css

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

 a { background-color: rgb(241,117,130); }

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

border-color css

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

 span { border-color: rgb(241,117,130); }

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