Html Css Color HEX #FB1F55 Radical Red

📋 copy color: '#FB1F55'

red 251 ◦ green 31 ◦ blue 85

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

Shades of Radical Red #FB1F55

Tints of Radical Red #FB1F55

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.45%

 BLUE value IS 85 (33.59% from 255) = 23.16%

R = 68.39%
G = 8.45%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FB1F55 (or 0xFB1F55) is known color: Radical Red. HEX triplet: FB, 1F and 55. RGB value is (251,31,85). Sum of RGB (Red+Green+Blue) = 251+31+85=367 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.39% from 367); Green value is 31 (12.5% from 255 or 8.45% from 367); Blue value is 85 (33.59% from 255 or 23.16% from 367); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1F55 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB1F55 is #04E0AA. Grayscale: #666666. Windows color (decimal): -319659 or 5578747. OLE color: 5578747.

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

Color convert

RGB 251 31 85 -
CMYK 0 0.88 0.66 0.02
HSL 345.27º 0.96% 0.55% -
HSV(B) 345.27º 0.88% 0.98% -
XYZ 41.91 22.15 10.66 -
YUV 102.94 117.89 233.61 -
System Red Green Blue C M Y K H S L
Decimal 251 31 85 0 0.88 0.66 0.02 345.27 0.96 0.55
Hex FB 1F 55 0 58 42 2 159 60 37
Octal 373 37 125 0 130 102 2 531 140 67
Binary 11111011 11111 1010101 0 1011000 1000010 10 101011001 1100000 110111

Color Harmonies of #FB1F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1F55

Black with #FB1F55

Text Example


Text Example

White with #FB1F55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1F55; }

 p { color: rgb(251,31,85); }

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

background-color css

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

 a { background-color: rgb(251,31,85); }

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

border-color css

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

 span { border-color: rgb(251,31,85); }

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