Html Css Color HEX #FB215B Radical Red

📋 copy color: '#FB215B'

red 251 ◦ green 33 ◦ blue 91

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

Shades of Radical Red #FB215B

Tints of Radical Red #FB215B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.27%

R = 66.93%
G = 8.8%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FB215B (or 0xFB215B) is known color: Radical Red. HEX triplet: FB, 21 and 5B. RGB value is (251,33,91). Sum of RGB (Red+Green+Blue) = 251+33+91=375 (49% of max value = 765). Red value is 251 (98.44% from 255 or 66.93% from 375); Green value is 33 (13.28% from 255 or 8.8% from 375); Blue value is 91 (35.94% from 255 or 24.27% from 375); Max value from RGB is 251 - color contains mainly: red. Hex color #FB215B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB215B is #04DEA4. Grayscale: #686868. Windows color (decimal): -319141 or 5972475. OLE color: 5972475.

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

Color convert

RGB 251 33 91 -
CMYK 0 0.87 0.64 0.02
HSL 344.04º 0.96% 0.56% -
HSV(B) 344.04º 0.87% 0.98% -
XYZ 42.22 22.35 11.99 -
YUV 104.79 120.22 232.28 -
System Red Green Blue C M Y K H S L
Decimal 251 33 91 0 0.87 0.64 0.02 344.04 0.96 0.56
Hex FB 21 5B 0 57 40 2 158 60 38
Octal 373 41 133 0 127 100 2 530 140 70
Binary 11111011 100001 1011011 0 1010111 1000000 10 101011000 1100000 111000

Color Harmonies of #FB215B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB215B

Black with #FB215B

Text Example


Text Example

White with #FB215B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB215B; }

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

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

background-color css

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

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

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

border-color css

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

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

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