Html Css Color HEX #F17075 Froly

📋 copy color: '#F17075'

red 241 ◦ green 112 ◦ blue 117

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

Shades of Froly #F17075

Tints of Froly #F17075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.89%

R = 51.28%
G = 23.83%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F17075 (or 0xF17075) is known color: Froly. HEX triplet: F1, 70 and 75. RGB value is (241,112,117). Sum of RGB (Red+Green+Blue) = 241+112+117=470 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.28% from 470); Green value is 112 (44.14% from 255 or 23.83% from 470); Blue value is 117 (46.09% from 255 or 24.89% from 470); Max value from RGB is 241 - color contains mainly: red. Hex color #F17075 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17075 is #0E8F8A. Grayscale: #979797. Windows color (decimal): -954251 or 7696625. OLE color: 7696625.

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

Color convert

RGB 241 112 117 -
CMYK 0 0.54 0.51 0.05
HSL 357.67º 0.82% 0.69% -
HSV(B) 357.67º 0.54% 0.95% -
XYZ 45.28 31.57 20.54 -
YUV 151.14 108.74 192.09 -
System Red Green Blue C M Y K H S L
Decimal 241 112 117 0 0.54 0.51 0.05 357.67 0.82 0.69
Hex F1 70 75 0 36 33 5 166 52 45
Octal 361 160 165 0 66 63 5 546 122 105
Binary 11110001 1110000 1110101 0 110110 110011 101 101100110 1010010 1000101

Color Harmonies of #F17075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17075

Black with #F17075

Text Example


Text Example

White with #F17075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17075; }

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

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

background-color css

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

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

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

border-color css

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

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

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