Html Css Color HEX #F16270 Froly

📋 copy color: '#F16270'

red 241 ◦ green 98 ◦ blue 112

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

Shades of Froly #F16270

Tints of Froly #F16270

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.73%

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

R = 53.44%
G = 21.73%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F16270 (or 0xF16270) is known color: Froly. HEX triplet: F1, 62 and 70. RGB value is (241,98,112). Sum of RGB (Red+Green+Blue) = 241+98+112=451 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.44% from 451); Green value is 98 (38.67% from 255 or 21.73% from 451); Blue value is 112 (44.14% from 255 or 24.83% from 451); Max value from RGB is 241 - color contains mainly: red. Hex color #F16270 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16270 is #0E9D8F. Grayscale: #8E8E8E. Windows color (decimal): -957840 or 7365361. OLE color: 7365361.

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

Color convert

RGB 241 98 112 -
CMYK 0 0.59 0.54 0.05
HSL 354.13º 0.84% 0.66% -
HSV(B) 354.13º 0.59% 0.95% -
XYZ 43.57 28.61 18.55 -
YUV 142.35 110.88 198.36 -
System Red Green Blue C M Y K H S L
Decimal 241 98 112 0 0.59 0.54 0.05 354.13 0.84 0.66
Hex F1 62 70 0 3B 36 5 162 54 42
Octal 361 142 160 0 73 66 5 542 124 102
Binary 11110001 1100010 1110000 0 111011 110110 101 101100010 1010100 1000010

Color Harmonies of #F16270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16270

Black with #F16270

Text Example


Text Example

White with #F16270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16270; }

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

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

background-color css

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

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

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

border-color css

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

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

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