Html Css Color HEX #F16871 Froly

📋 copy color: '#F16871'

red 241 ◦ green 104 ◦ blue 113

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

Shades of Froly #F16871

Tints of Froly #F16871

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.71%

 BLUE value IS 113 (44.53% from 255) = 24.67%

R = 52.62%
G = 22.71%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F16871 (or 0xF16871) is known color: Froly. HEX triplet: F1, 68 and 71. RGB value is (241,104,113). Sum of RGB (Red+Green+Blue) = 241+104+113=458 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.62% from 458); Green value is 104 (41.02% from 255 or 22.71% from 458); Blue value is 113 (44.53% from 255 or 24.67% from 458); Max value from RGB is 241 - color contains mainly: red. Hex color #F16871 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16871 is #0E978E. Grayscale: #929292. Windows color (decimal): -956303 or 7432433. OLE color: 7432433.

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

Color convert

RGB 241 104 113 -
CMYK 0 0.57 0.53 0.05
HSL 356.06º 0.83% 0.68% -
HSV(B) 356.06º 0.57% 0.95% -
XYZ 44.21 29.79 19.04 -
YUV 145.99 109.39 195.77 -
System Red Green Blue C M Y K H S L
Decimal 241 104 113 0 0.57 0.53 0.05 356.06 0.83 0.68
Hex F1 68 71 0 39 35 5 164 53 44
Octal 361 150 161 0 71 65 5 544 123 104
Binary 11110001 1101000 1110001 0 111001 110101 101 101100100 1010011 1000100

Color Harmonies of #F16871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16871

Black with #F16871

Text Example


Text Example

White with #F16871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16871; }

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

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

background-color css

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

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

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

border-color css

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

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

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