Html Css Color HEX #F15C5D Froly

📋 copy color: '#F15C5D'

red 241 ◦ green 92 ◦ blue 93

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

Shades of Froly #F15C5D

Tints of Froly #F15C5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.83%

R = 56.57%
G = 21.6%
B = 21.83%

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

#F15C5D (or 0xF15C5D) is known color: Froly. HEX triplet: F1, 5C and 5D. RGB value is (241,92,93). Sum of RGB (Red+Green+Blue) = 241+92+93=426 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.57% from 426); Green value is 92 (36.33% from 255 or 21.60% from 426); Blue value is 93 (36.72% from 255 or 21.83% from 426); Max value from RGB is 241 - color contains mainly: red. Hex color #F15C5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15C5D is #0EA3A2. Grayscale: #888888. Windows color (decimal): -959395 or 6118641. OLE color: 6118641.

HSL color Cylindrical-coordinate representation of color #F15C5D: hue angle of 359.6º 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 #F15C5D is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 92 93 -
CMYK 0 0.62 0.61 0.05
HSL 359.6º 0.84% 0.65% -
HSV(B) 359.6º 0.62% 0.95% -
XYZ 42.08 27.15 13.38 -
YUV 136.67 103.36 202.42 -
System Red Green Blue C M Y K H S L
Decimal 241 92 93 0 0.62 0.61 0.05 359.6 0.84 0.65
Hex F1 5C 5D 0 3E 3D 5 168 54 41
Octal 361 134 135 0 76 75 5 550 124 101
Binary 11110001 1011100 1011101 0 111110 111101 101 101101000 1010100 1000001

Color Harmonies of #F15C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15C5D

Black with #F15C5D

Text Example


Text Example

White with #F15C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15C5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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