Html Css Color HEX #F16575 Froly

📋 copy color: '#F16575'

red 241 ◦ green 101 ◦ blue 117

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

Shades of Froly #F16575

Tints of Froly #F16575

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22%

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

R = 52.51%
G = 22%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F16575 (or 0xF16575) is known color: Froly. HEX triplet: F1, 65 and 75. RGB value is (241,101,117). Sum of RGB (Red+Green+Blue) = 241+101+117=459 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.51% from 459); Green value is 101 (39.84% from 255 or 22.00% from 459); Blue value is 117 (46.09% from 255 or 25.49% from 459); Max value from RGB is 241 - color contains mainly: red. Hex color #F16575 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16575 is #0E9A8A. Grayscale: #909090. Windows color (decimal): -957067 or 7693809. OLE color: 7693809.

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

Color convert

RGB 241 101 117 -
CMYK 0 0.58 0.51 0.05
HSL 353.14º 0.83% 0.67% -
HSV(B) 353.14º 0.58% 0.95% -
XYZ 44.14 29.29 20.16 -
YUV 144.68 112.38 196.7 -
System Red Green Blue C M Y K H S L
Decimal 241 101 117 0 0.58 0.51 0.05 353.14 0.83 0.67
Hex F1 65 75 0 3A 33 5 161 53 43
Octal 361 145 165 0 72 63 5 541 123 103
Binary 11110001 1100101 1110101 0 111010 110011 101 101100001 1010011 1000011

Color Harmonies of #F16575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16575

Black with #F16575

Text Example


Text Example

White with #F16575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16575; }

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

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

background-color css

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

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

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

border-color css

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

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

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