Html Css Color HEX #F1283D Alizarin

📋 copy color: '#F1283D'

red 241 ◦ green 40 ◦ blue 61

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

Shades of Alizarin #F1283D

Tints of Alizarin #F1283D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.7%

 BLUE value IS 61 (24.22% from 255) = 17.84%

R = 70.47%
G = 11.7%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#F1283D (or 0xF1283D) is known color: Alizarin. HEX triplet: F1, 28 and 3D. RGB value is (241,40,61). Sum of RGB (Red+Green+Blue) = 241+40+61=342 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.47% from 342); Green value is 40 (16.02% from 255 or 11.70% from 342); Blue value is 61 (24.22% from 255 or 17.84% from 342); Max value from RGB is 241 - color contains mainly: red. Hex color #F1283D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1283D is #0ED7C2. Grayscale: #666666. Windows color (decimal): -972739 or 4008177. OLE color: 4008177.

HSL color Cylindrical-coordinate representation of color #F1283D: hue angle of 353.73º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F1283D is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 40 61 -
CMYK 0 0.83 0.75 0.05
HSL 353.73º 0.88% 0.55% -
HSV(B) 353.73º 0.83% 0.95% -
XYZ 37.88 20.56 6.39 -
YUV 102.49 104.59 226.79 -
System Red Green Blue C M Y K H S L
Decimal 241 40 61 0 0.83 0.75 0.05 353.73 0.88 0.55
Hex F1 28 3D 0 53 4B 5 162 58 37
Octal 361 50 75 0 123 113 5 542 130 67
Binary 11110001 101000 111101 0 1010011 1001011 101 101100010 1011000 110111

Color Harmonies of #F1283D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1283D

Black with #F1283D

Text Example


Text Example

White with #F1283D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1283D; }

 p { color: rgb(241,40,61); }

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

background-color css

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

 a { background-color: rgb(241,40,61); }

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

border-color css

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

 span { border-color: rgb(241,40,61); }

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