Html Css Color HEX #F16769 Froly

📋 copy color: '#F16769'

red 241 ◦ green 103 ◦ blue 105

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

Shades of Froly #F16769

Tints of Froly #F16769

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.94%

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

R = 53.67%
G = 22.94%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F16769 (or 0xF16769) is known color: Froly. HEX triplet: F1, 67 and 69. RGB value is (241,103,105). Sum of RGB (Red+Green+Blue) = 241+103+105=449 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.67% from 449); Green value is 103 (40.62% from 255 or 22.94% from 449); Blue value is 105 (41.41% from 255 or 23.39% from 449); Max value from RGB is 241 - color contains mainly: red. Hex color #F16769 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16769 is #0E9896. Grayscale: #909090. Windows color (decimal): -956567 or 6907889. OLE color: 6907889.

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

Color convert

RGB 241 103 105 -
CMYK 0 0.57 0.56 0.05
HSL 359.13º 0.83% 0.67% -
HSV(B) 359.13º 0.57% 0.95% -
XYZ 43.68 29.42 16.74 -
YUV 144.49 105.72 196.84 -
System Red Green Blue C M Y K H S L
Decimal 241 103 105 0 0.57 0.56 0.05 359.13 0.83 0.67
Hex F1 67 69 0 39 38 5 167 53 43
Octal 361 147 151 0 71 70 5 547 123 103
Binary 11110001 1100111 1101001 0 111001 111000 101 101100111 1010011 1000011

Color Harmonies of #F16769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16769

Black with #F16769

Text Example


Text Example

White with #F16769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16769; }

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

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

background-color css

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

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

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

border-color css

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

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

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