Html Css Color HEX #FB3970 Radical Red

📋 copy color: '#FB3970'

red 251 ◦ green 57 ◦ blue 112

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

Shades of Radical Red #FB3970

Tints of Radical Red #FB3970

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.57%

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

R = 59.76%
G = 13.57%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FB3970 (or 0xFB3970) is known color: Radical Red. HEX triplet: FB, 39 and 70. RGB value is (251,57,112). Sum of RGB (Red+Green+Blue) = 251+57+112=420 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.76% from 420); Green value is 57 (22.66% from 255 or 13.57% from 420); Blue value is 112 (44.14% from 255 or 26.67% from 420); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3970 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB3970 is #04C68F. Grayscale: #797979. Windows color (decimal): -312976 or 7354875. OLE color: 7354875.

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

Color convert

RGB 251 57 112 -
CMYK 0 0.77 0.55 0.02
HSL 342.99º 0.96% 0.6% -
HSV(B) 342.99º 0.77% 0.98% -
XYZ 44.17 24.61 17.75 -
YUV 121.28 122.77 220.53 -
System Red Green Blue C M Y K H S L
Decimal 251 57 112 0 0.77 0.55 0.02 342.99 0.96 0.6
Hex FB 39 70 0 4D 37 2 157 60 3C
Octal 373 71 160 0 115 67 2 527 140 74
Binary 11111011 111001 1110000 0 1001101 110111 10 101010111 1100000 111100

Color Harmonies of #FB3970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3970

Black with #FB3970

Text Example


Text Example

White with #FB3970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3970; }

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

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

background-color css

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

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

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

border-color css

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

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

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