Html Css Color HEX #F16570 Froly

📋 copy color: '#F16570'

red 241 ◦ green 101 ◦ blue 112

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

Shades of Froly #F16570

Tints of Froly #F16570

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.25%

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

R = 53.08%
G = 22.25%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F16570 (or 0xF16570) is known color: Froly. HEX triplet: F1, 65 and 70. RGB value is (241,101,112). Sum of RGB (Red+Green+Blue) = 241+101+112=454 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.08% from 454); Green value is 101 (39.84% from 255 or 22.25% from 454); Blue value is 112 (44.14% from 255 or 24.67% from 454); Max value from RGB is 241 - color contains mainly: red. Hex color #F16570 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16570 is #0E9A8F. Grayscale: #909090. Windows color (decimal): -957072 or 7366129. OLE color: 7366129.

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

Color convert

RGB 241 101 112 -
CMYK 0 0.58 0.54 0.05
HSL 355.29º 0.83% 0.67% -
HSV(B) 355.29º 0.58% 0.95% -
XYZ 43.85 29.18 18.65 -
YUV 144.11 109.88 197.11 -
System Red Green Blue C M Y K H S L
Decimal 241 101 112 0 0.58 0.54 0.05 355.29 0.83 0.67
Hex F1 65 70 0 3A 36 5 163 53 43
Octal 361 145 160 0 72 66 5 543 123 103
Binary 11110001 1100101 1110000 0 111010 110110 101 101100011 1010011 1000011

Color Harmonies of #F16570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16570

Black with #F16570

Text Example


Text Example

White with #F16570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16570; }

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

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

background-color css

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

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

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

border-color css

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

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

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