Html Css Color HEX #F1815D Crusta

📋 copy color: '#F1815D'

red 241 ◦ green 129 ◦ blue 93

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

Shades of Crusta #F1815D

Tints of Crusta #F1815D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.86%

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

R = 52.05%
G = 27.86%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F1815D (or 0xF1815D) is known color: Crusta. HEX triplet: F1, 81 and 5D. RGB value is (241,129,93). Sum of RGB (Red+Green+Blue) = 241+129+93=463 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.05% from 463); Green value is 129 (50.78% from 255 or 27.86% from 463); Blue value is 93 (36.72% from 255 or 20.09% from 463); Max value from RGB is 241 - color contains mainly: red. Hex color #F1815D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1815D is #0E7EA2. Grayscale: #9E9E9E. Windows color (decimal): -949923 or 6128113. OLE color: 6128113.

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

Color convert

RGB 241 129 93 -
CMYK 0 0.46 0.61 0.05
HSL 14.59º 0.84% 0.65% -
HSV(B) 14.59º 0.61% 0.95% -
XYZ 46.1 35.19 14.72 -
YUV 158.38 91.11 186.93 -
System Red Green Blue C M Y K H S L
Decimal 241 129 93 0 0.46 0.61 0.05 14.59 0.84 0.65
Hex F1 81 5D 0 2E 3D 5 F 54 41
Octal 361 201 135 0 56 75 5 17 124 101
Binary 11110001 10000001 1011101 0 101110 111101 101 1111 1010100 1000001

Color Harmonies of #F1815D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1815D

Black with #F1815D

Text Example


Text Example

White with #F1815D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1815D; }

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

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

background-color css

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

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

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

border-color css

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

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

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