Html Css Color HEX #FB215A Radical Red

📋 copy color: '#FB215A'

red 251 ◦ green 33 ◦ blue 90

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

Shades of Radical Red #FB215A

Tints of Radical Red #FB215A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.06%

R = 67.11%
G = 8.82%
B = 24.06%

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

#FB215A (or 0xFB215A) is known color: Radical Red. HEX triplet: FB, 21 and 5A. RGB value is (251,33,90). Sum of RGB (Red+Green+Blue) = 251+33+90=374 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.11% from 374); Green value is 33 (13.28% from 255 or 8.82% from 374); Blue value is 90 (35.55% from 255 or 24.06% from 374); Max value from RGB is 251 - color contains mainly: red. Hex color #FB215A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB215A is #04DEA5. Grayscale: #686868. Windows color (decimal): -319142 or 5906939. OLE color: 5906939.

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

Color convert

RGB 251 33 90 -
CMYK 0 0.87 0.64 0.02
HSL 344.31º 0.96% 0.56% -
HSV(B) 344.31º 0.87% 0.98% -
XYZ 42.17 22.34 11.76 -
YUV 104.68 119.72 232.37 -
System Red Green Blue C M Y K H S L
Decimal 251 33 90 0 0.87 0.64 0.02 344.31 0.96 0.56
Hex FB 21 5A 0 57 40 2 158 60 38
Octal 373 41 132 0 127 100 2 530 140 70
Binary 11111011 100001 1011010 0 1010111 1000000 10 101011000 1100000 111000

Color Harmonies of #FB215A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB215A

Black with #FB215A

Text Example


Text Example

White with #FB215A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB215A; }

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

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

background-color css

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

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

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

border-color css

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

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

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