Html Css Color HEX #F17982 Froly

📋 copy color: '#F17982'

red 241 ◦ green 121 ◦ blue 130

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

Shades of Froly #F17982

Tints of Froly #F17982

RGB

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

 GREEN value IS 121 (47.66% from 255) = 24.59%

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

R = 48.98%
G = 24.59%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F17982 (or 0xF17982) is known color: Froly. HEX triplet: F1, 79 and 82. RGB value is (241,121,130). Sum of RGB (Red+Green+Blue) = 241+121+130=492 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.98% from 492); Green value is 121 (47.66% from 255 or 24.59% from 492); Blue value is 130 (51.17% from 255 or 26.42% from 492); Max value from RGB is 241 - color contains mainly: red. Hex color #F17982 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17982 is #0E867D. Grayscale: #9D9D9D. Windows color (decimal): -951934 or 8550897. OLE color: 8550897.

HSL color Cylindrical-coordinate representation of color #F17982: hue angle of 355.5º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F17982 is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 121 130 -
CMYK 0 0.50 0.46 0.05
HSL 355.5º 0.81% 0.71% -
HSV(B) 355.5º 0.5% 0.95% -
XYZ 47.14 33.99 25.19 -
YUV 157.91 112.26 187.27 -
System Red Green Blue C M Y K H S L
Decimal 241 121 130 0 0.50 0.46 0.05 355.5 0.81 0.71
Hex F1 79 82 0 32 2E 5 164 51 47
Octal 361 171 202 0 62 56 5 544 121 107
Binary 11110001 1111001 10000010 0 110010 101110 101 101100100 1010001 1000111

Color Harmonies of #F17982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17982

Black with #F17982

Text Example


Text Example

White with #F17982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17982; }

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

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

background-color css

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

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

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

border-color css

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

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

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