Html Css Color HEX #FB2A70 Radical Red

📋 copy color: '#FB2A70'

red 251 ◦ green 42 ◦ blue 112

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

Shades of Radical Red #FB2A70

Tints of Radical Red #FB2A70

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.37%

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

R = 61.98%
G = 10.37%
B = 27.65%

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

#FB2A70 (or 0xFB2A70) is known color: Radical Red. HEX triplet: FB, 2A and 70. RGB value is (251,42,112). Sum of RGB (Red+Green+Blue) = 251+42+112=405 (53% of max value = 765). Red value is 251 (98.44% from 255 or 61.98% from 405); Green value is 42 (16.80% from 255 or 10.37% from 405); Blue value is 112 (44.14% from 255 or 27.65% from 405); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2A70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2A70 is #04D58F. Grayscale: #707070. Windows color (decimal): -316816 or 7351035. OLE color: 7351035.

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

Color convert

RGB 251 42 112 -
CMYK 0 0.83 0.55 0.02
HSL 339.9º 0.96% 0.57% -
HSV(B) 339.9º 0.83% 0.98% -
XYZ 43.54 23.34 17.54 -
YUV 112.47 127.74 226.81 -
System Red Green Blue C M Y K H S L
Decimal 251 42 112 0 0.83 0.55 0.02 339.9 0.96 0.57
Hex FB 2A 70 0 53 37 2 154 60 39
Octal 373 52 160 0 123 67 2 524 140 71
Binary 11111011 101010 1110000 0 1010011 110111 10 101010100 1100000 111001

Color Harmonies of #FB2A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2A70

Black with #FB2A70

Text Example


Text Example

White with #FB2A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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