Html Css Color HEX #F16971 Froly

📋 copy color: '#F16971'

red 241 ◦ green 105 ◦ blue 113

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

Shades of Froly #F16971

Tints of Froly #F16971

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.88%

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

R = 52.51%
G = 22.88%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F16971 (or 0xF16971) is known color: Froly. HEX triplet: F1, 69 and 71. RGB value is (241,105,113). Sum of RGB (Red+Green+Blue) = 241+105+113=459 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.51% from 459); Green value is 105 (41.41% from 255 or 22.88% from 459); Blue value is 113 (44.53% from 255 or 24.62% from 459); Max value from RGB is 241 - color contains mainly: red. Hex color #F16971 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16971 is #0E968E. Grayscale: #929292. Windows color (decimal): -956047 or 7432689. OLE color: 7432689.

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

Color convert

RGB 241 105 113 -
CMYK 0 0.56 0.53 0.05
HSL 356.47º 0.83% 0.68% -
HSV(B) 356.47º 0.56% 0.95% -
XYZ 44.31 30 19.08 -
YUV 146.58 109.06 195.35 -
System Red Green Blue C M Y K H S L
Decimal 241 105 113 0 0.56 0.53 0.05 356.47 0.83 0.68
Hex F1 69 71 0 38 35 5 164 53 44
Octal 361 151 161 0 70 65 5 544 123 104
Binary 11110001 1101001 1110001 0 111000 110101 101 101100100 1010011 1000100

Color Harmonies of #F16971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16971

Black with #F16971

Text Example


Text Example

White with #F16971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16971; }

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

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

background-color css

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

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

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

border-color css

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

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

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