Html Css Color HEX #FB2E50 Radical Red

📋 copy color: '#FB2E50'

red 251 ◦ green 46 ◦ blue 80

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

Shades of Radical Red #FB2E50

Tints of Radical Red #FB2E50

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.2%

 BLUE value IS 80 (31.64% from 255) = 21.22%

R = 66.58%
G = 12.2%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FB2E50 (or 0xFB2E50) is known color: Radical Red. HEX triplet: FB, 2E and 50. RGB value is (251,46,80). Sum of RGB (Red+Green+Blue) = 251+46+80=377 (49% of max value = 765). Red value is 251 (98.44% from 255 or 66.58% from 377); Green value is 46 (18.36% from 255 or 12.20% from 377); Blue value is 80 (31.64% from 255 or 21.22% from 377); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2E50 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2E50 is #04D1AF. Grayscale: #6F6F6F. Windows color (decimal): -315824 or 5254907. OLE color: 5254907.

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

Color convert

RGB 251 46 80 -
CMYK 0 0.82 0.68 0.02
HSL 350.05º 0.96% 0.58% -
HSV(B) 350.05º 0.82% 0.98% -
XYZ 42.21 23.04 9.81 -
YUV 111.17 110.42 227.74 -
System Red Green Blue C M Y K H S L
Decimal 251 46 80 0 0.82 0.68 0.02 350.05 0.96 0.58
Hex FB 2E 50 0 52 44 2 15E 60 3A
Octal 373 56 120 0 122 104 2 536 140 72
Binary 11111011 101110 1010000 0 1010010 1000100 10 101011110 1100000 111010

Color Harmonies of #FB2E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2E50

Black with #FB2E50

Text Example


Text Example

White with #FB2E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2E50; }

 p { color: rgb(251,46,80); }

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

background-color css

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

 a { background-color: rgb(251,46,80); }

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

border-color css

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

 span { border-color: rgb(251,46,80); }

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