Html Css Color HEX #FB4372 Radical Red

📋 copy color: '#FB4372'

red 251 ◦ green 67 ◦ blue 114

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

Shades of Radical Red #FB4372

Tints of Radical Red #FB4372

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.51%

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

R = 58.1%
G = 15.51%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FB4372 (or 0xFB4372) is known color: Radical Red. HEX triplet: FB, 43 and 72. RGB value is (251,67,114). Sum of RGB (Red+Green+Blue) = 251+67+114=432 (57% of max value = 765). Red value is 251 (98.44% from 255 or 58.10% from 432); Green value is 67 (26.56% from 255 or 15.51% from 432); Blue value is 114 (44.92% from 255 or 26.39% from 432); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4372 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB4372 is #04BC8D. Grayscale: #7F7F7F. Windows color (decimal): -310414 or 7488507. OLE color: 7488507.

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

Color convert

RGB 251 67 114 -
CMYK 0 0.73 0.55 0.02
HSL 344.67º 0.96% 0.62% -
HSV(B) 344.67º 0.73% 0.98% -
XYZ 44.83 25.74 18.52 -
YUV 127.37 120.46 216.18 -
System Red Green Blue C M Y K H S L
Decimal 251 67 114 0 0.73 0.55 0.02 344.67 0.96 0.62
Hex FB 43 72 0 49 37 2 159 60 3E
Octal 373 103 162 0 111 67 2 531 140 76
Binary 11111011 1000011 1110010 0 1001001 110111 10 101011001 1100000 111110

Color Harmonies of #FB4372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB4372

Black with #FB4372

Text Example


Text Example

White with #FB4372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB4372; }

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

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

background-color css

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

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

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

border-color css

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

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

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