Html Css Color HEX #F1945A Crusta

📋 copy color: '#F1945A'

red 241 ◦ green 148 ◦ blue 90

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

Shades of Crusta #F1945A

Tints of Crusta #F1945A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.9%

 BLUE value IS 90 (35.55% from 255) = 18.79%

R = 50.31%
G = 30.9%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F1945A (or 0xF1945A) is known color: Crusta. HEX triplet: F1, 94 and 5A. RGB value is (241,148,90). Sum of RGB (Red+Green+Blue) = 241+148+90=479 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.31% from 479); Green value is 148 (58.20% from 255 or 30.90% from 479); Blue value is 90 (35.55% from 255 or 18.79% from 479); Max value from RGB is 241 - color contains mainly: red. Hex color #F1945A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1945A is #0E6BA5. Grayscale: #A9A9A9. Windows color (decimal): -945062 or 5936369. OLE color: 5936369.

HSL color Cylindrical-coordinate representation of color #F1945A: hue angle of 23.05º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F1945A is Cyan = 0, Magento = 0.39, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 148 90 -
CMYK 0 0.39 0.63 0.05
HSL 23.05º 0.84% 0.65% -
HSV(B) 23.05º 0.63% 0.95% -
XYZ 48.71 40.62 14.95 -
YUV 169.2 83.31 179.22 -
System Red Green Blue C M Y K H S L
Decimal 241 148 90 0 0.39 0.63 0.05 23.05 0.84 0.65
Hex F1 94 5A 0 27 3F 5 17 54 41
Octal 361 224 132 0 47 77 5 27 124 101
Binary 11110001 10010100 1011010 0 100111 111111 101 10111 1010100 1000001

Color Harmonies of #F1945A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1945A

Black with #F1945A

Text Example


Text Example

White with #F1945A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1945A; }

 p { color: rgb(241,148,90); }

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

background-color css

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

 a { background-color: rgb(241,148,90); }

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

border-color css

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

 span { border-color: rgb(241,148,90); }

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