Html Css Color HEX #F16970 Froly

📋 copy color: '#F16970'

red 241 ◦ green 105 ◦ blue 112

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

Shades of Froly #F16970

Tints of Froly #F16970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.45%

R = 52.62%
G = 22.93%
B = 24.45%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F16970 (or 0xF16970) is known color: Froly. HEX triplet: F1, 69 and 70. RGB value is (241,105,112). Sum of RGB (Red+Green+Blue) = 241+105+112=458 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.62% from 458); Green value is 105 (41.41% from 255 or 22.93% from 458); Blue value is 112 (44.14% from 255 or 24.45% from 458); Max value from RGB is 241 - color contains mainly: red. Hex color #F16970 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16970 is #0E968F. Grayscale: #929292. Windows color (decimal): -956048 or 7367153. OLE color: 7367153.

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

Color convert

RGB 241 105 112 -
CMYK 0 0.56 0.54 0.05
HSL 356.91º 0.83% 0.68% -
HSV(B) 356.91º 0.56% 0.95% -
XYZ 44.25 29.97 18.78 -
YUV 146.46 108.56 195.43 -
System Red Green Blue C M Y K H S L
Decimal 241 105 112 0 0.56 0.54 0.05 356.91 0.83 0.68
Hex F1 69 70 0 38 36 5 165 53 44
Octal 361 151 160 0 70 66 5 545 123 104
Binary 11110001 1101001 1110000 0 111000 110110 101 101100101 1010011 1000100

Color Harmonies of #F16970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16970

Black with #F16970

Text Example


Text Example

White with #F16970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16970; }

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

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

background-color css

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

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

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

border-color css

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

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

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