Html Css Color HEX #FB315F Radical Red

📋 copy color: '#FB315F'

red 251 ◦ green 49 ◦ blue 95

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

Shades of Radical Red #FB315F

Tints of Radical Red #FB315F

RGB

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

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

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

R = 63.54%
G = 12.41%
B = 24.05%

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

#FB315F (or 0xFB315F) is known color: Radical Red. HEX triplet: FB, 31 and 5F. RGB value is (251,49,95). Sum of RGB (Red+Green+Blue) = 251+49+95=395 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.54% from 395); Green value is 49 (19.53% from 255 or 12.41% from 395); Blue value is 95 (37.5% from 255 or 24.05% from 395); Max value from RGB is 251 - color contains mainly: red. Hex color #FB315F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB315F is #04CEA0. Grayscale: #727272. Windows color (decimal): -315041 or 6238715. OLE color: 6238715.

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

Color convert

RGB 251 49 95 -
CMYK 0 0.80 0.62 0.02
HSL 346.34º 0.96% 0.59% -
HSV(B) 346.34º 0.8% 0.98% -
XYZ 42.95 23.53 13.11 -
YUV 114.64 116.92 225.26 -
System Red Green Blue C M Y K H S L
Decimal 251 49 95 0 0.80 0.62 0.02 346.34 0.96 0.59
Hex FB 31 5F 0 50 3E 2 15A 60 3B
Octal 373 61 137 0 120 76 2 532 140 73
Binary 11111011 110001 1011111 0 1010000 111110 10 101011010 1100000 111011

Color Harmonies of #FB315F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB315F

Black with #FB315F

Text Example


Text Example

White with #FB315F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB315F; }

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

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

background-color css

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

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

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

border-color css

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

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

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