Html Css Color HEX #FB2B70 Radical Red

📋 copy color: '#FB2B70'

red 251 ◦ green 43 ◦ blue 112

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

Shades of Radical Red #FB2B70

Tints of Radical Red #FB2B70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 27.59%

R = 61.82%
G = 10.59%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FB2B70 (or 0xFB2B70) is known color: Radical Red. HEX triplet: FB, 2B and 70. RGB value is (251,43,112). Sum of RGB (Red+Green+Blue) = 251+43+112=406 (53% of max value = 765). Red value is 251 (98.44% from 255 or 61.82% from 406); Green value is 43 (17.19% from 255 or 10.59% from 406); Blue value is 112 (44.14% from 255 or 27.59% from 406); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2B70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2B70 is #04D48F. Grayscale: #707070. Windows color (decimal): -316560 or 7351291. OLE color: 7351291.

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

Color convert

RGB 251 43 112 -
CMYK 0 0.83 0.55 0.02
HSL 340.1º 0.96% 0.58% -
HSV(B) 340.1º 0.83% 0.98% -
XYZ 43.57 23.41 17.55 -
YUV 113.06 127.41 226.39 -
System Red Green Blue C M Y K H S L
Decimal 251 43 112 0 0.83 0.55 0.02 340.1 0.96 0.58
Hex FB 2B 70 0 53 37 2 154 60 3A
Octal 373 53 160 0 123 67 2 524 140 72
Binary 11111011 101011 1110000 0 1010011 110111 10 101010100 1100000 111010

Color Harmonies of #FB2B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2B70

Black with #FB2B70

Text Example


Text Example

White with #FB2B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2B70; }

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

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

background-color css

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

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

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

border-color css

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

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

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