Html Css Color HEX #F17680 Froly

📋 copy color: '#F17680'

red 241 ◦ green 118 ◦ blue 128

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

Shades of Froly #F17680

Tints of Froly #F17680

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.23%

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

R = 49.49%
G = 24.23%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F17680 (or 0xF17680) is known color: Froly. HEX triplet: F1, 76 and 80. RGB value is (241,118,128). Sum of RGB (Red+Green+Blue) = 241+118+128=487 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.49% from 487); Green value is 118 (46.48% from 255 or 24.23% from 487); Blue value is 128 (50.39% from 255 or 26.28% from 487); Max value from RGB is 241 - color contains mainly: red. Hex color #F17680 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17680 is #0E897F. Grayscale: #9C9C9C. Windows color (decimal): -952704 or 8419057. OLE color: 8419057.

HSL color Cylindrical-coordinate representation of color #F17680: hue angle of 355.12º degrees, saturation: 0.81, 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 #F17680 is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 118 128 -
CMYK 0 0.51 0.47 0.05
HSL 355.12º 0.81% 0.7% -
HSV(B) 355.12º 0.51% 0.95% -
XYZ 46.65 33.22 24.37 -
YUV 155.92 112.25 188.69 -
System Red Green Blue C M Y K H S L
Decimal 241 118 128 0 0.51 0.47 0.05 355.12 0.81 0.7
Hex F1 76 80 0 33 2F 5 163 51 46
Octal 361 166 200 0 63 57 5 543 121 106
Binary 11110001 1110110 10000000 0 110011 101111 101 101100011 1010001 1000110

Color Harmonies of #F17680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17680

Black with #F17680

Text Example


Text Example

White with #F17680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17680; }

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

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

background-color css

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

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

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

border-color css

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

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

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