Html Css Color HEX #F16373 Froly

📋 copy color: '#F16373'

red 241 ◦ green 99 ◦ blue 115

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

Shades of Froly #F16373

Tints of Froly #F16373

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.76%

 BLUE value IS 115 (45.31% from 255) = 25.27%

R = 52.97%
G = 21.76%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F16373 (or 0xF16373) is known color: Froly. HEX triplet: F1, 63 and 73. RGB value is (241,99,115). Sum of RGB (Red+Green+Blue) = 241+99+115=455 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.97% from 455); Green value is 99 (39.06% from 255 or 21.76% from 455); Blue value is 115 (45.31% from 255 or 25.27% from 455); Max value from RGB is 241 - color contains mainly: red. Hex color #F16373 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16373 is #0E9C8C. Grayscale: #8F8F8F. Windows color (decimal): -957581 or 7562225. OLE color: 7562225.

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

Color convert

RGB 241 99 115 -
CMYK 0 0.59 0.52 0.05
HSL 353.24º 0.84% 0.67% -
HSV(B) 353.24º 0.59% 0.95% -
XYZ 43.83 28.86 19.48 -
YUV 143.28 112.04 197.7 -
System Red Green Blue C M Y K H S L
Decimal 241 99 115 0 0.59 0.52 0.05 353.24 0.84 0.67
Hex F1 63 73 0 3B 34 5 161 54 43
Octal 361 143 163 0 73 64 5 541 124 103
Binary 11110001 1100011 1110011 0 111011 110100 101 101100001 1010100 1000011

Color Harmonies of #F16373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16373

Black with #F16373

Text Example


Text Example

White with #F16373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16373; }

 p { color: rgb(241,99,115); }

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

background-color css

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

 a { background-color: rgb(241,99,115); }

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

border-color css

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

 span { border-color: rgb(241,99,115); }

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