Html Css Color HEX #F16776 Froly

📋 copy color: '#F16776'

red 241 ◦ green 103 ◦ blue 118

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

Shades of Froly #F16776

Tints of Froly #F16776

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.29%

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

R = 52.16%
G = 22.29%
B = 25.54%

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

#F16776 (or 0xF16776) is known color: Froly. HEX triplet: F1, 67 and 76. RGB value is (241,103,118). Sum of RGB (Red+Green+Blue) = 241+103+118=462 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.16% from 462); Green value is 103 (40.62% from 255 or 22.29% from 462); Blue value is 118 (46.48% from 255 or 25.54% from 462); Max value from RGB is 241 - color contains mainly: red. Hex color #F16776 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16776 is #0E9889. Grayscale: #929292. Windows color (decimal): -956554 or 7759857. OLE color: 7759857.

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

Color convert

RGB 241 103 118 -
CMYK 0 0.57 0.51 0.05
HSL 353.48º 0.83% 0.67% -
HSV(B) 353.48º 0.57% 0.95% -
XYZ 44.4 29.71 20.53 -
YUV 145.97 112.22 195.78 -
System Red Green Blue C M Y K H S L
Decimal 241 103 118 0 0.57 0.51 0.05 353.48 0.83 0.67
Hex F1 67 76 0 39 33 5 161 53 43
Octal 361 147 166 0 71 63 5 541 123 103
Binary 11110001 1100111 1110110 0 111001 110011 101 101100001 1010011 1000011

Color Harmonies of #F16776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16776

Black with #F16776

Text Example


Text Example

White with #F16776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16776; }

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

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

background-color css

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

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

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

border-color css

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

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

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