Html Css Color HEX #F15E5D Bittersweet

📋 copy color: '#F15E5D'

red 241 ◦ green 94 ◦ blue 93

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

Shades of Bittersweet #F15E5D

Tints of Bittersweet #F15E5D

RGB

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

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

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

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

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

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

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

Color convert

RGB 241 94 93 -
CMYK 0 0.61 0.61 0.05
HSL 0.41º 0.84% 0.65% -
HSV(B) 0.41º 0.61% 0.95% -
XYZ 42.25 27.5 13.44 -
YUV 137.84 102.7 201.58 -
System Red Green Blue C M Y K H S L
Decimal 241 94 93 0 0.61 0.61 0.05 0.41 0.84 0.65
Hex F1 5E 5D 0 3D 3D 5 0 54 41
Octal 361 136 135 0 75 75 5 0 124 101
Binary 11110001 1011110 1011101 0 111101 111101 101 0 1010100 1000001

Color Harmonies of #F15E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15E5D

Black with #F15E5D

Text Example


Text Example

White with #F15E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15E5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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