Html Css Color HEX #FB3472 Radical Red

📋 copy color: '#FB3472'

red 251 ◦ green 52 ◦ blue 114

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

Shades of Radical Red #FB3472

Tints of Radical Red #FB3472

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.47%

 BLUE value IS 114 (44.92% from 255) = 27.34%

R = 60.19%
G = 12.47%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FB3472 (or 0xFB3472) is known color: Radical Red. HEX triplet: FB, 34 and 72. RGB value is (251,52,114). Sum of RGB (Red+Green+Blue) = 251+52+114=417 (55% of max value = 765). Red value is 251 (98.44% from 255 or 60.19% from 417); Green value is 52 (20.70% from 255 or 12.47% from 417); Blue value is 114 (44.92% from 255 or 27.34% from 417); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3472 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB3472 is #04CB8D. Grayscale: #767676. Windows color (decimal): -314254 or 7484667. OLE color: 7484667.

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

Color convert

RGB 251 52 114 -
CMYK 0 0.79 0.55 0.02
HSL 341.31º 0.96% 0.59% -
HSV(B) 341.31º 0.79% 0.98% -
XYZ 44.05 24.18 18.27 -
YUV 118.57 125.43 222.46 -
System Red Green Blue C M Y K H S L
Decimal 251 52 114 0 0.79 0.55 0.02 341.31 0.96 0.59
Hex FB 34 72 0 4F 37 2 155 60 3B
Octal 373 64 162 0 117 67 2 525 140 73
Binary 11111011 110100 1110010 0 1001111 110111 10 101010101 1100000 111011

Color Harmonies of #FB3472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3472

Black with #FB3472

Text Example


Text Example

White with #FB3472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3472; }

 p { color: rgb(251,52,114); }

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

background-color css

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

 a { background-color: rgb(251,52,114); }

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

border-color css

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

 span { border-color: rgb(251,52,114); }

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