Html Css Color HEX #F1805D Crusta

📋 copy color: '#F1805D'

red 241 ◦ green 128 ◦ blue 93

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

Shades of Crusta #F1805D

Tints of Crusta #F1805D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.71%

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

R = 52.16%
G = 27.71%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F1805D (or 0xF1805D) is known color: Crusta. HEX triplet: F1, 80 and 5D. RGB value is (241,128,93). Sum of RGB (Red+Green+Blue) = 241+128+93=462 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.16% from 462); Green value is 128 (50.39% from 255 or 27.71% from 462); Blue value is 93 (36.72% from 255 or 20.13% from 462); Max value from RGB is 241 - color contains mainly: red. Hex color #F1805D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1805D is #0E7FA2. Grayscale: #9E9E9E. Windows color (decimal): -950179 or 6127857. OLE color: 6127857.

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

Color convert

RGB 241 128 93 -
CMYK 0 0.47 0.61 0.05
HSL 14.19º 0.84% 0.65% -
HSV(B) 14.19º 0.61% 0.95% -
XYZ 45.97 34.93 14.68 -
YUV 157.8 91.44 187.35 -
System Red Green Blue C M Y K H S L
Decimal 241 128 93 0 0.47 0.61 0.05 14.19 0.84 0.65
Hex F1 80 5D 0 2F 3D 5 E 54 41
Octal 361 200 135 0 57 75 5 16 124 101
Binary 11110001 10000000 1011101 0 101111 111101 101 1110 1010100 1000001

Color Harmonies of #F1805D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1805D

Black with #F1805D

Text Example


Text Example

White with #F1805D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1805D; }

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

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

background-color css

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

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

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

border-color css

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

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

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