Html Css Color HEX #FB2B73 Radical Red

📋 copy color: '#FB2B73'

red 251 ◦ green 43 ◦ blue 115

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

Shades of Radical Red #FB2B73

Tints of Radical Red #FB2B73

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.51%

 BLUE value IS 115 (45.31% from 255) = 28.12%

R = 61.37%
G = 10.51%
B = 28.12%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FB2B73 (or 0xFB2B73) is known color: Radical Red. HEX triplet: FB, 2B and 73. RGB value is (251,43,115). Sum of RGB (Red+Green+Blue) = 251+43+115=409 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.37% from 409); Green value is 43 (17.19% from 255 or 10.51% from 409); Blue value is 115 (45.31% from 255 or 28.12% from 409); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2B73 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2B73 is #04D48C. Grayscale: #717171. Windows color (decimal): -316557 or 7547899. OLE color: 7547899.

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

Color convert

RGB 251 43 115 -
CMYK 0 0.83 0.54 0.02
HSL 339.23º 0.96% 0.58% -
HSV(B) 339.23º 0.83% 0.98% -
XYZ 43.74 23.47 18.45 -
YUV 113.4 128.91 226.15 -
System Red Green Blue C M Y K H S L
Decimal 251 43 115 0 0.83 0.54 0.02 339.23 0.96 0.58
Hex FB 2B 73 0 53 36 2 153 60 3A
Octal 373 53 163 0 123 66 2 523 140 72
Binary 11111011 101011 1110011 0 1010011 110110 10 101010011 1100000 111010

Color Harmonies of #FB2B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2B73

Black with #FB2B73

Text Example


Text Example

White with #FB2B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2B73; }

 p { color: rgb(251,43,115); }

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

background-color css

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

 a { background-color: rgb(251,43,115); }

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

border-color css

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

 span { border-color: rgb(251,43,115); }

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