Html Css Color HEX #F1915D Crusta

📋 copy color: '#F1915D'

red 241 ◦ green 145 ◦ blue 93

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

Shades of Crusta #F1915D

Tints of Crusta #F1915D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.27%

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

R = 50.31%
G = 30.27%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F1915D (or 0xF1915D) is known color: Crusta. HEX triplet: F1, 91 and 5D. RGB value is (241,145,93). Sum of RGB (Red+Green+Blue) = 241+145+93=479 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.31% from 479); Green value is 145 (57.03% from 255 or 30.27% from 479); Blue value is 93 (36.72% from 255 or 19.42% from 479); Max value from RGB is 241 - color contains mainly: red. Hex color #F1915D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1915D is #0E6EA2. Grayscale: #A8A8A8. Windows color (decimal): -945827 or 6132209. OLE color: 6132209.

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

Color convert

RGB 241 145 93 -
CMYK 0 0.40 0.61 0.05
HSL 21.08º 0.84% 0.65% -
HSV(B) 21.08º 0.61% 0.95% -
XYZ 48.38 39.74 15.48 -
YUV 167.78 85.8 180.23 -
System Red Green Blue C M Y K H S L
Decimal 241 145 93 0 0.40 0.61 0.05 21.08 0.84 0.65
Hex F1 91 5D 0 28 3D 5 15 54 41
Octal 361 221 135 0 50 75 5 25 124 101
Binary 11110001 10010001 1011101 0 101000 111101 101 10101 1010100 1000001

Color Harmonies of #F1915D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1915D

Black with #F1915D

Text Example


Text Example

White with #F1915D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1915D; }

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

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

background-color css

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

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

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

border-color css

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

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

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