Html Css Color HEX #FB2155 Radical Red

📋 copy color: '#FB2155'

red 251 ◦ green 33 ◦ blue 85

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

Shades of Radical Red #FB2155

Tints of Radical Red #FB2155

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.94%

 BLUE value IS 85 (33.59% from 255) = 23.04%

R = 68.02%
G = 8.94%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FB2155 (or 0xFB2155) is known color: Radical Red. HEX triplet: FB, 21 and 55. RGB value is (251,33,85). Sum of RGB (Red+Green+Blue) = 251+33+85=369 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.02% from 369); Green value is 33 (13.28% from 255 or 8.94% from 369); Blue value is 85 (33.59% from 255 or 23.04% from 369); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2155 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2155 is #04DEAA. Grayscale: #686868. Windows color (decimal): -319147 or 5579259. OLE color: 5579259.

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

Color convert

RGB 251 33 85 -
CMYK 0 0.87 0.66 0.02
HSL 345.69º 0.96% 0.56% -
HSV(B) 345.69º 0.87% 0.98% -
XYZ 41.97 22.25 10.68 -
YUV 104.11 117.22 232.77 -
System Red Green Blue C M Y K H S L
Decimal 251 33 85 0 0.87 0.66 0.02 345.69 0.96 0.56
Hex FB 21 55 0 57 42 2 15A 60 38
Octal 373 41 125 0 127 102 2 532 140 70
Binary 11111011 100001 1010101 0 1010111 1000010 10 101011010 1100000 111000

Color Harmonies of #FB2155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2155

Black with #FB2155

Text Example


Text Example

White with #FB2155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2155; }

 p { color: rgb(251,33,85); }

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

background-color css

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

 a { background-color: rgb(251,33,85); }

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

border-color css

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

 span { border-color: rgb(251,33,85); }

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