Html Css Color HEX #FB316F Radical Red

📋 copy color: '#FB316F'

red 251 ◦ green 49 ◦ blue 111

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

Shades of Radical Red #FB316F

Tints of Radical Red #FB316F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.92%

 BLUE value IS 111 (43.75% from 255) = 27.01%

R = 61.07%
G = 11.92%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FB316F (or 0xFB316F) is known color: Radical Red. HEX triplet: FB, 31 and 6F. RGB value is (251,49,111). Sum of RGB (Red+Green+Blue) = 251+49+111=411 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.07% from 411); Green value is 49 (19.53% from 255 or 11.92% from 411); Blue value is 111 (43.75% from 255 or 27.01% from 411); Max value from RGB is 251 - color contains mainly: red. Hex color #FB316F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB316F is #04CE90. Grayscale: #747474. Windows color (decimal): -315025 or 7287291. OLE color: 7287291.

HSL color Cylindrical-coordinate representation of color #FB316F: hue angle of 341.58º 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 #FB316F is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 49 111 -
CMYK 0 0.80 0.56 0.02
HSL 341.58º 0.96% 0.59% -
HSV(B) 341.58º 0.8% 0.98% -
XYZ 43.75 23.85 17.34 -
YUV 116.47 124.92 223.96 -
System Red Green Blue C M Y K H S L
Decimal 251 49 111 0 0.80 0.56 0.02 341.58 0.96 0.59
Hex FB 31 6F 0 50 38 2 156 60 3B
Octal 373 61 157 0 120 70 2 526 140 73
Binary 11111011 110001 1101111 0 1010000 111000 10 101010110 1100000 111011

Color Harmonies of #FB316F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB316F

Black with #FB316F

Text Example


Text Example

White with #FB316F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB316F; }

 p { color: rgb(251,49,111); }

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

background-color css

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

 a { background-color: rgb(251,49,111); }

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

border-color css

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

 span { border-color: rgb(251,49,111); }

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