Html Css Color HEX #F16475 Froly

📋 copy color: '#F16475'

red 241 ◦ green 100 ◦ blue 117

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

Shades of Froly #F16475

Tints of Froly #F16475

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.83%

 BLUE value IS 117 (46.09% from 255) = 25.55%

R = 52.62%
G = 21.83%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F16475 (or 0xF16475) is known color: Froly. HEX triplet: F1, 64 and 75. RGB value is (241,100,117). Sum of RGB (Red+Green+Blue) = 241+100+117=458 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.62% from 458); Green value is 100 (39.45% from 255 or 21.83% from 458); Blue value is 117 (46.09% from 255 or 25.55% from 458); Max value from RGB is 241 - color contains mainly: red. Hex color #F16475 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16475 is #0E9B8A. Grayscale: #909090. Windows color (decimal): -957323 or 7693553. OLE color: 7693553.

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

Color convert

RGB 241 100 117 -
CMYK 0 0.59 0.51 0.05
HSL 352.77º 0.83% 0.67% -
HSV(B) 352.77º 0.59% 0.95% -
XYZ 44.04 29.1 20.13 -
YUV 144.1 112.71 197.12 -
System Red Green Blue C M Y K H S L
Decimal 241 100 117 0 0.59 0.51 0.05 352.77 0.83 0.67
Hex F1 64 75 0 3B 33 5 161 53 43
Octal 361 144 165 0 73 63 5 541 123 103
Binary 11110001 1100100 1110101 0 111011 110011 101 101100001 1010011 1000011

Color Harmonies of #F16475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16475

Black with #F16475

Text Example


Text Example

White with #F16475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16475; }

 p { color: rgb(241,100,117); }

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

background-color css

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

 a { background-color: rgb(241,100,117); }

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

border-color css

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

 span { border-color: rgb(241,100,117); }

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