Html Css Color HEX #F16B76 Froly

📋 copy color: '#F16B76'

red 241 ◦ green 107 ◦ blue 118

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

Shades of Froly #F16B76

Tints of Froly #F16B76

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.96%

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

R = 51.72%
G = 22.96%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F16B76 (or 0xF16B76) is known color: Froly. HEX triplet: F1, 6B and 76. RGB value is (241,107,118). Sum of RGB (Red+Green+Blue) = 241+107+118=466 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.72% from 466); Green value is 107 (42.19% from 255 or 22.96% from 466); Blue value is 118 (46.48% from 255 or 25.32% from 466); Max value from RGB is 241 - color contains mainly: red. Hex color #F16B76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16B76 is #0E9489. Grayscale: #949494. Windows color (decimal): -955530 or 7760881. OLE color: 7760881.

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

Color convert

RGB 241 107 118 -
CMYK 0 0.56 0.51 0.05
HSL 355.07º 0.83% 0.68% -
HSV(B) 355.07º 0.56% 0.95% -
XYZ 44.8 30.52 20.67 -
YUV 148.32 110.89 194.11 -
System Red Green Blue C M Y K H S L
Decimal 241 107 118 0 0.56 0.51 0.05 355.07 0.83 0.68
Hex F1 6B 76 0 38 33 5 163 53 44
Octal 361 153 166 0 70 63 5 543 123 104
Binary 11110001 1101011 1110110 0 111000 110011 101 101100011 1010011 1000100

Color Harmonies of #F16B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16B76

Black with #F16B76

Text Example


Text Example

White with #F16B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16B76; }

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

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

background-color css

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

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

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

border-color css

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

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

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