Html Css Color HEX #F17080 Froly

📋 copy color: '#F17080'

red 241 ◦ green 112 ◦ blue 128

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

Shades of Froly #F17080

Tints of Froly #F17080

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.28%

 BLUE value IS 128 (50.39% from 255) = 26.61%

R = 50.1%
G = 23.28%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F17080 (or 0xF17080) is known color: Froly. HEX triplet: F1, 70 and 80. RGB value is (241,112,128). Sum of RGB (Red+Green+Blue) = 241+112+128=481 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.10% from 481); Green value is 112 (44.14% from 255 or 23.28% from 481); Blue value is 128 (50.39% from 255 or 26.61% from 481); Max value from RGB is 241 - color contains mainly: red. Hex color #F17080 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17080 is #0E8F7F. Grayscale: #989898. Windows color (decimal): -954240 or 8417521. OLE color: 8417521.

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

Color convert

RGB 241 112 128 -
CMYK 0 0.54 0.47 0.05
HSL 352.56º 0.82% 0.69% -
HSV(B) 352.56º 0.54% 0.95% -
XYZ 45.97 31.85 24.15 -
YUV 152.4 114.24 191.2 -
System Red Green Blue C M Y K H S L
Decimal 241 112 128 0 0.54 0.47 0.05 352.56 0.82 0.69
Hex F1 70 80 0 36 2F 5 161 52 45
Octal 361 160 200 0 66 57 5 541 122 105
Binary 11110001 1110000 10000000 0 110110 101111 101 101100001 1010010 1000101

Color Harmonies of #F17080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17080

Black with #F17080

Text Example


Text Example

White with #F17080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17080; }

 p { color: rgb(241,112,128); }

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

background-color css

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

 a { background-color: rgb(241,112,128); }

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

border-color css

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

 span { border-color: rgb(241,112,128); }

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