Html Css Color HEX #F15D5E Froly

📋 copy color: '#F15D5E'

red 241 ◦ green 93 ◦ blue 94

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

Shades of Froly #F15D5E

Tints of Froly #F15D5E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.73%

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

R = 56.31%
G = 21.73%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F15D5E (or 0xF15D5E) is known color: Froly. HEX triplet: F1, 5D and 5E. RGB value is (241,93,94). Sum of RGB (Red+Green+Blue) = 241+93+94=428 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.31% from 428); Green value is 93 (36.72% from 255 or 21.73% from 428); Blue value is 94 (37.11% from 255 or 21.96% from 428); Max value from RGB is 241 - color contains mainly: red. Hex color #F15D5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15D5E is #0EA2A1. Grayscale: #898989. Windows color (decimal): -959138 or 6184433. OLE color: 6184433.

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

Color convert

RGB 241 93 94 -
CMYK 0 0.61 0.61 0.05
HSL 359.59º 0.84% 0.65% -
HSV(B) 359.59º 0.61% 0.95% -
XYZ 42.21 27.34 13.64 -
YUV 137.37 103.53 201.92 -
System Red Green Blue C M Y K H S L
Decimal 241 93 94 0 0.61 0.61 0.05 359.59 0.84 0.65
Hex F1 5D 5E 0 3D 3D 5 168 54 41
Octal 361 135 136 0 75 75 5 550 124 101
Binary 11110001 1011101 1011110 0 111101 111101 101 101101000 1010100 1000001

Color Harmonies of #F15D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15D5E

Black with #F15D5E

Text Example


Text Example

White with #F15D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15D5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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