Html Css Color HEX #FB2E59 Radical Red

📋 copy color: '#FB2E59'

red 251 ◦ green 46 ◦ blue 89

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

Shades of Radical Red #FB2E59

Tints of Radical Red #FB2E59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 23.06%

R = 65.03%
G = 11.92%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.65

 K value IS 0.02

RGB Variations

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

Color information

#FB2E59 (or 0xFB2E59) is known color: Radical Red. HEX triplet: FB, 2E and 59. RGB value is (251,46,89). Sum of RGB (Red+Green+Blue) = 251+46+89=386 (51% of max value = 765). Red value is 251 (98.44% from 255 or 65.03% from 386); Green value is 46 (18.36% from 255 or 11.92% from 386); Blue value is 89 (35.16% from 255 or 23.06% from 386); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2E59 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2E59 is #04D1A6. Grayscale: #707070. Windows color (decimal): -315815 or 5844731. OLE color: 5844731.

HSL color Cylindrical-coordinate representation of color #FB2E59: hue angle of 347.41º 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 #FB2E59 is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 46 89 -
CMYK 0 0.82 0.65 0.02
HSL 347.41º 0.96% 0.58% -
HSV(B) 347.41º 0.82% 0.98% -
XYZ 42.56 23.18 11.68 -
YUV 112.2 114.92 227 -
System Red Green Blue C M Y K H S L
Decimal 251 46 89 0 0.82 0.65 0.02 347.41 0.96 0.58
Hex FB 2E 59 0 52 41 2 15B 60 3A
Octal 373 56 131 0 122 101 2 533 140 72
Binary 11111011 101110 1011001 0 1010010 1000001 10 101011011 1100000 111010

Color Harmonies of #FB2E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2E59

Black with #FB2E59

Text Example


Text Example

White with #FB2E59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2E59; }

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

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

background-color css

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

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

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

border-color css

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

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

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