Html Css Color HEX #F17375 Froly

📋 copy color: '#F17375'

red 241 ◦ green 115 ◦ blue 117

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

Shades of Froly #F17375

Tints of Froly #F17375

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.31%

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

R = 50.95%
G = 24.31%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F17375 (or 0xF17375) is known color: Froly. HEX triplet: F1, 73 and 75. RGB value is (241,115,117). Sum of RGB (Red+Green+Blue) = 241+115+117=473 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.95% from 473); Green value is 115 (45.31% from 255 or 24.31% from 473); Blue value is 117 (46.09% from 255 or 24.74% from 473); Max value from RGB is 241 - color contains mainly: red. Hex color #F17375 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17375 is #0E8C8A. Grayscale: #999999. Windows color (decimal): -953483 or 7697393. OLE color: 7697393.

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

Color convert

RGB 241 115 117 -
CMYK 0 0.52 0.51 0.05
HSL 359.05º 0.82% 0.7% -
HSV(B) 359.05º 0.52% 0.95% -
XYZ 45.62 32.25 20.65 -
YUV 152.9 107.74 190.84 -
System Red Green Blue C M Y K H S L
Decimal 241 115 117 0 0.52 0.51 0.05 359.05 0.82 0.7
Hex F1 73 75 0 34 33 5 167 52 46
Octal 361 163 165 0 64 63 5 547 122 106
Binary 11110001 1110011 1110101 0 110100 110011 101 101100111 1010010 1000110

Color Harmonies of #F17375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17375

Black with #F17375

Text Example


Text Example

White with #F17375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17375; }

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

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

background-color css

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

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

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

border-color css

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

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

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