Html Css Color HEX #F16876 Froly

📋 copy color: '#F16876'

red 241 ◦ green 104 ◦ blue 118

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

Shades of Froly #F16876

Tints of Froly #F16876

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 25.49%

R = 52.05%
G = 22.46%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F16876 (or 0xF16876) is known color: Froly. HEX triplet: F1, 68 and 76. RGB value is (241,104,118). Sum of RGB (Red+Green+Blue) = 241+104+118=463 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.05% from 463); Green value is 104 (41.02% from 255 or 22.46% from 463); Blue value is 118 (46.48% from 255 or 25.49% from 463); Max value from RGB is 241 - color contains mainly: red. Hex color #F16876 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16876 is #0E9789. Grayscale: #929292. Windows color (decimal): -956298 or 7760113. OLE color: 7760113.

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

Color convert

RGB 241 104 118 -
CMYK 0 0.57 0.51 0.05
HSL 353.87º 0.83% 0.68% -
HSV(B) 353.87º 0.57% 0.95% -
XYZ 44.5 29.91 20.57 -
YUV 146.56 111.89 195.36 -
System Red Green Blue C M Y K H S L
Decimal 241 104 118 0 0.57 0.51 0.05 353.87 0.83 0.68
Hex F1 68 76 0 39 33 5 162 53 44
Octal 361 150 166 0 71 63 5 542 123 104
Binary 11110001 1101000 1110110 0 111001 110011 101 101100010 1010011 1000100

Color Harmonies of #F16876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16876

Black with #F16876

Text Example


Text Example

White with #F16876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16876; }

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

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

background-color css

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

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

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

border-color css

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

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

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