Html Css Color HEX #F15C5E Froly

📋 copy color: '#F15C5E'

red 241 ◦ green 92 ◦ blue 94

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

Shades of Froly #F15C5E

Tints of Froly #F15C5E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.55%

 BLUE value IS 94 (37.11% from 255) = 22.01%

R = 56.44%
G = 21.55%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F15C5E (or 0xF15C5E) is known color: Froly. HEX triplet: F1, 5C and 5E. RGB value is (241,92,94). Sum of RGB (Red+Green+Blue) = 241+92+94=427 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.44% from 427); Green value is 92 (36.33% from 255 or 21.55% from 427); Blue value is 94 (37.11% from 255 or 22.01% from 427); Max value from RGB is 241 - color contains mainly: red. Hex color #F15C5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15C5E is #0EA3A1. Grayscale: #888888. Windows color (decimal): -959394 or 6184177. OLE color: 6184177.

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

Color convert

RGB 241 92 94 -
CMYK 0 0.62 0.61 0.05
HSL 359.19º 0.84% 0.65% -
HSV(B) 359.19º 0.62% 0.95% -
XYZ 42.12 27.16 13.61 -
YUV 136.78 103.86 202.34 -
System Red Green Blue C M Y K H S L
Decimal 241 92 94 0 0.62 0.61 0.05 359.19 0.84 0.65
Hex F1 5C 5E 0 3E 3D 5 167 54 41
Octal 361 134 136 0 76 75 5 547 124 101
Binary 11110001 1011100 1011110 0 111110 111101 101 101100111 1010100 1000001

Color Harmonies of #F15C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15C5E

Black with #F15C5E

Text Example


Text Example

White with #F15C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15C5E; }

 p { color: rgb(241,92,94); }

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

background-color css

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

 a { background-color: rgb(241,92,94); }

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

border-color css

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

 span { border-color: rgb(241,92,94); }

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