Html Css Color HEX #F16B74 Froly

📋 copy color: '#F16B74'

red 241 ◦ green 107 ◦ blue 116

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

Shades of Froly #F16B74

Tints of Froly #F16B74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25%

R = 51.94%
G = 23.06%
B = 25%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F16B74 (or 0xF16B74) is known color: Froly. HEX triplet: F1, 6B and 74. RGB value is (241,107,116). Sum of RGB (Red+Green+Blue) = 241+107+116=464 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.94% from 464); Green value is 107 (42.19% from 255 or 23.06% from 464); Blue value is 116 (45.70% from 255 or 25% from 464); Max value from RGB is 241 - color contains mainly: red. Hex color #F16B74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16B74 is #0E948B. Grayscale: #949494. Windows color (decimal): -955532 or 7629809. OLE color: 7629809.

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

Color convert

RGB 241 107 116 -
CMYK 0 0.56 0.52 0.05
HSL 355.97º 0.83% 0.68% -
HSV(B) 355.97º 0.56% 0.95% -
XYZ 44.69 30.48 20.05 -
YUV 148.09 109.89 194.27 -
System Red Green Blue C M Y K H S L
Decimal 241 107 116 0 0.56 0.52 0.05 355.97 0.83 0.68
Hex F1 6B 74 0 38 34 5 164 53 44
Octal 361 153 164 0 70 64 5 544 123 104
Binary 11110001 1101011 1110100 0 111000 110100 101 101100100 1010011 1000100

Color Harmonies of #F16B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16B74

Black with #F16B74

Text Example


Text Example

White with #F16B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16B74; }

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

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

background-color css

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

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

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

border-color css

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

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

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