Html Css Color HEX #F16269 Froly

📋 copy color: '#F16269'

red 241 ◦ green 98 ◦ blue 105

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

Shades of Froly #F16269

Tints of Froly #F16269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 23.65%

R = 54.28%
G = 22.07%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F16269 (or 0xF16269) is known color: Froly. HEX triplet: F1, 62 and 69. RGB value is (241,98,105). Sum of RGB (Red+Green+Blue) = 241+98+105=444 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.28% from 444); Green value is 98 (38.67% from 255 or 22.07% from 444); Blue value is 105 (41.41% from 255 or 23.65% from 444); Max value from RGB is 241 - color contains mainly: red. Hex color #F16269 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16269 is #0E9D96. Grayscale: #8D8D8D. Windows color (decimal): -957847 or 6906609. OLE color: 6906609.

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

Color convert

RGB 241 98 105 -
CMYK 0 0.59 0.56 0.05
HSL 357.06º 0.84% 0.66% -
HSV(B) 357.06º 0.59% 0.95% -
XYZ 43.19 28.46 16.58 -
YUV 141.56 107.38 198.93 -
System Red Green Blue C M Y K H S L
Decimal 241 98 105 0 0.59 0.56 0.05 357.06 0.84 0.66
Hex F1 62 69 0 3B 38 5 165 54 42
Octal 361 142 151 0 73 70 5 545 124 102
Binary 11110001 1100010 1101001 0 111011 111000 101 101100101 1010100 1000010

Color Harmonies of #F16269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16269

Black with #F16269

Text Example


Text Example

White with #F16269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16269; }

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

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

background-color css

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

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

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

border-color css

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

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

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