Html Css Color HEX #F17175 Froly

📋 copy color: '#F17175'

red 241 ◦ green 113 ◦ blue 117

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

Shades of Froly #F17175

Tints of Froly #F17175

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.99%

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

R = 51.17%
G = 23.99%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F17175 (or 0xF17175) is known color: Froly. HEX triplet: F1, 71 and 75. RGB value is (241,113,117). Sum of RGB (Red+Green+Blue) = 241+113+117=471 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.17% from 471); Green value is 113 (44.53% from 255 or 23.99% from 471); Blue value is 117 (46.09% from 255 or 24.84% from 471); Max value from RGB is 241 - color contains mainly: red. Hex color #F17175 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17175 is #0E8E8A. Grayscale: #979797. Windows color (decimal): -953995 or 7696881. OLE color: 7696881.

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

Color convert

RGB 241 113 117 -
CMYK 0 0.53 0.51 0.05
HSL 358.13º 0.82% 0.69% -
HSV(B) 358.13º 0.53% 0.95% -
XYZ 45.39 31.8 20.57 -
YUV 151.73 108.41 191.67 -
System Red Green Blue C M Y K H S L
Decimal 241 113 117 0 0.53 0.51 0.05 358.13 0.82 0.69
Hex F1 71 75 0 35 33 5 166 52 45
Octal 361 161 165 0 65 63 5 546 122 105
Binary 11110001 1110001 1110101 0 110101 110011 101 101100110 1010010 1000101

Color Harmonies of #F17175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17175

Black with #F17175

Text Example


Text Example

White with #F17175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17175; }

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

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

background-color css

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

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

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

border-color css

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

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

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