Html Css Color HEX #FB325F Radical Red

📋 copy color: '#FB325F'

red 251 ◦ green 50 ◦ blue 95

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

Shades of Radical Red #FB325F

Tints of Radical Red #FB325F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.63%

 BLUE value IS 95 (37.5% from 255) = 23.99%

R = 63.38%
G = 12.63%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FB325F (or 0xFB325F) is known color: Radical Red. HEX triplet: FB, 32 and 5F. RGB value is (251,50,95). Sum of RGB (Red+Green+Blue) = 251+50+95=396 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.38% from 396); Green value is 50 (19.92% from 255 or 12.63% from 396); Blue value is 95 (37.5% from 255 or 23.99% from 396); Max value from RGB is 251 - color contains mainly: red. Hex color #FB325F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB325F is #04CDA0. Grayscale: #737373. Windows color (decimal): -314785 or 6238971. OLE color: 6238971.

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

Color convert

RGB 251 50 95 -
CMYK 0 0.80 0.62 0.02
HSL 346.57º 0.96% 0.59% -
HSV(B) 346.57º 0.8% 0.98% -
XYZ 42.99 23.62 13.12 -
YUV 115.23 116.59 224.84 -
System Red Green Blue C M Y K H S L
Decimal 251 50 95 0 0.80 0.62 0.02 346.57 0.96 0.59
Hex FB 32 5F 0 50 3E 2 15B 60 3B
Octal 373 62 137 0 120 76 2 533 140 73
Binary 11111011 110010 1011111 0 1010000 111110 10 101011011 1100000 111011

Color Harmonies of #FB325F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB325F

Black with #FB325F

Text Example


Text Example

White with #FB325F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB325F; }

 p { color: rgb(251,50,95); }

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

background-color css

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

 a { background-color: rgb(251,50,95); }

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

border-color css

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

 span { border-color: rgb(251,50,95); }

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