Html Css Color HEX #F16A70 Froly

📋 copy color: '#F16A70'

red 241 ◦ green 106 ◦ blue 112

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

Shades of Froly #F16A70

Tints of Froly #F16A70

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.09%

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

R = 52.51%
G = 23.09%
B = 24.4%

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

#F16A70 (or 0xF16A70) is known color: Froly. HEX triplet: F1, 6A and 70. RGB value is (241,106,112). Sum of RGB (Red+Green+Blue) = 241+106+112=459 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.51% from 459); Green value is 106 (41.80% from 255 or 23.09% from 459); Blue value is 112 (44.14% from 255 or 24.40% from 459); Max value from RGB is 241 - color contains mainly: red. Hex color #F16A70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16A70 is #0E958F. Grayscale: #939393. Windows color (decimal): -955792 or 7367409. OLE color: 7367409.

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

Color convert

RGB 241 106 112 -
CMYK 0 0.56 0.54 0.05
HSL 357.33º 0.83% 0.68% -
HSV(B) 357.33º 0.56% 0.95% -
XYZ 44.35 30.18 18.82 -
YUV 147.05 108.23 195.01 -
System Red Green Blue C M Y K H S L
Decimal 241 106 112 0 0.56 0.54 0.05 357.33 0.83 0.68
Hex F1 6A 70 0 38 36 5 165 53 44
Octal 361 152 160 0 70 66 5 545 123 104
Binary 11110001 1101010 1110000 0 111000 110110 101 101100101 1010011 1000100

Color Harmonies of #F16A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16A70

Black with #F16A70

Text Example


Text Example

White with #F16A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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