Html Css Color HEX #F1825D Crusta

📋 copy color: '#F1825D'

red 241 ◦ green 130 ◦ blue 93

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

Shades of Crusta #F1825D

Tints of Crusta #F1825D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.02%

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

R = 51.94%
G = 28.02%
B = 20.04%

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

#F1825D (or 0xF1825D) is known color: Crusta. HEX triplet: F1, 82 and 5D. RGB value is (241,130,93). Sum of RGB (Red+Green+Blue) = 241+130+93=464 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.94% from 464); Green value is 130 (51.17% from 255 or 28.02% from 464); Blue value is 93 (36.72% from 255 or 20.04% from 464); Max value from RGB is 241 - color contains mainly: red. Hex color #F1825D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1825D is #0E7DA2. Grayscale: #9F9F9F. Windows color (decimal): -949667 or 6128369. OLE color: 6128369.

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

Color convert

RGB 241 130 93 -
CMYK 0 0.46 0.61 0.05
HSL 15º 0.84% 0.65% -
HSV(B) 15º 0.61% 0.95% -
XYZ 46.23 35.46 14.76 -
YUV 158.97 90.77 186.51 -
System Red Green Blue C M Y K H S L
Decimal 241 130 93 0 0.46 0.61 0.05 15 0.84 0.65
Hex F1 82 5D 0 2E 3D 5 F 54 41
Octal 361 202 135 0 56 75 5 17 124 101
Binary 11110001 10000010 1011101 0 101110 111101 101 1111 1010100 1000001

Color Harmonies of #F1825D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1825D

Black with #F1825D

Text Example


Text Example

White with #F1825D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1825D; }

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

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

background-color css

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

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

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

border-color css

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

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

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