Html Css Color HEX #F17682 Froly

📋 copy color: '#F17682'

red 241 ◦ green 118 ◦ blue 130

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

Shades of Froly #F17682

Tints of Froly #F17682

RGB

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

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

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

R = 49.28%
G = 24.13%
B = 26.58%

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

#F17682 (or 0xF17682) is known color: Froly. HEX triplet: F1, 76 and 82. RGB value is (241,118,130). Sum of RGB (Red+Green+Blue) = 241+118+130=489 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.28% from 489); Green value is 118 (46.48% from 255 or 24.13% from 489); Blue value is 130 (51.17% from 255 or 26.58% from 489); Max value from RGB is 241 - color contains mainly: red. Hex color #F17682 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17682 is #0E897D. Grayscale: #9C9C9C. Windows color (decimal): -952702 or 8550129. OLE color: 8550129.

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

Color convert

RGB 241 118 130 -
CMYK 0 0.51 0.46 0.05
HSL 354.15º 0.81% 0.7% -
HSV(B) 354.15º 0.51% 0.95% -
XYZ 46.78 33.27 25.07 -
YUV 156.15 113.25 188.52 -
System Red Green Blue C M Y K H S L
Decimal 241 118 130 0 0.51 0.46 0.05 354.15 0.81 0.7
Hex F1 76 82 0 33 2E 5 162 51 46
Octal 361 166 202 0 63 56 5 542 121 106
Binary 11110001 1110110 10000010 0 110011 101110 101 101100010 1010001 1000110

Color Harmonies of #F17682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17682

Black with #F17682

Text Example


Text Example

White with #F17682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17682; }

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

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

background-color css

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

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

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

border-color css

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

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

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