Html Css Color HEX #FB3872 Radical Red

📋 copy color: '#FB3872'

red 251 ◦ green 56 ◦ blue 114

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

Shades of Radical Red #FB3872

Tints of Radical Red #FB3872

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.3%

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

R = 59.62%
G = 13.3%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FB3872 (or 0xFB3872) is known color: Radical Red. HEX triplet: FB, 38 and 72. RGB value is (251,56,114). Sum of RGB (Red+Green+Blue) = 251+56+114=421 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.62% from 421); Green value is 56 (22.27% from 255 or 13.30% from 421); Blue value is 114 (44.92% from 255 or 27.08% from 421); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3872 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB3872 is #04C78D. Grayscale: #787878. Windows color (decimal): -313230 or 7485691. OLE color: 7485691.

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

Color convert

RGB 251 56 114 -
CMYK 0 0.78 0.55 0.02
HSL 342.15º 0.96% 0.6% -
HSV(B) 342.15º 0.78% 0.98% -
XYZ 44.24 24.55 18.33 -
YUV 120.92 124.1 220.78 -
System Red Green Blue C M Y K H S L
Decimal 251 56 114 0 0.78 0.55 0.02 342.15 0.96 0.6
Hex FB 38 72 0 4E 37 2 156 60 3C
Octal 373 70 162 0 116 67 2 526 140 74
Binary 11111011 111000 1110010 0 1001110 110111 10 101010110 1100000 111100

Color Harmonies of #FB3872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3872

Black with #FB3872

Text Example


Text Example

White with #FB3872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3872; }

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

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

background-color css

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

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

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

border-color css

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

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

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