Html Css Color HEX #FB2642 Alizarin

📋 copy color: '#FB2642'

red 251 ◦ green 38 ◦ blue 66

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

Shades of Alizarin #FB2642

Tints of Alizarin #FB2642

RGB

 RED value IS 251 (98.44% from 255) = 70.7%

 GREEN value IS 38 (15.23% from 255) = 10.7%

 BLUE value IS 66 (26.17% from 255) = 18.59%

R = 70.7%
G = 10.7%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FB2642 (or 0xFB2642) is known color: Alizarin. HEX triplet: FB, 26 and 42. RGB value is (251,38,66). Sum of RGB (Red+Green+Blue) = 251+38+66=355 (47% of max value = 765). Red value is 251 (98.44% from 255 or 70.70% from 355); Green value is 38 (15.23% from 255 or 10.70% from 355); Blue value is 66 (26.17% from 255 or 18.59% from 355); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2642 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2642 is #04D9BD. Grayscale: #686868. Windows color (decimal): -317886 or 4335355. OLE color: 4335355.

HSL color Cylindrical-coordinate representation of color #FB2642: hue angle of 352.11º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FB2642 is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 38 66 -
CMYK 0 0.85 0.74 0.02
HSL 352.11º 0.96% 0.57% -
HSV(B) 352.11º 0.85% 0.98% -
XYZ 41.46 22.29 7.27 -
YUV 104.88 106.07 232.22 -
System Red Green Blue C M Y K H S L
Decimal 251 38 66 0 0.85 0.74 0.02 352.11 0.96 0.57
Hex FB 26 42 0 55 4A 2 160 60 39
Octal 373 46 102 0 125 112 2 540 140 71
Binary 11111011 100110 1000010 0 1010101 1001010 10 101100000 1100000 111001

Color Harmonies of #FB2642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2642

Black with #FB2642

Text Example


Text Example

White with #FB2642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2642; }

 p { color: rgb(251,38,66); }

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

background-color css

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

 a { background-color: rgb(251,38,66); }

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

border-color css

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

 span { border-color: rgb(251,38,66); }

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