Html Css Color HEX #FB1F54 Radical Red

📋 copy color: '#FB1F54'

red 251 ◦ green 31 ◦ blue 84

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

Shades of Radical Red #FB1F54

Tints of Radical Red #FB1F54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 22.95%

R = 68.58%
G = 8.47%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FB1F54 (or 0xFB1F54) is known color: Radical Red. HEX triplet: FB, 1F and 54. RGB value is (251,31,84). Sum of RGB (Red+Green+Blue) = 251+31+84=366 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.58% from 366); Green value is 31 (12.5% from 255 or 8.47% from 366); Blue value is 84 (33.20% from 255 or 22.95% from 366); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1F54 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB1F54 is #04E0AB. Grayscale: #666666. Windows color (decimal): -319660 or 5513211. OLE color: 5513211.

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

Color convert

RGB 251 31 84 -
CMYK 0 0.88 0.67 0.02
HSL 345.55º 0.96% 0.55% -
HSV(B) 345.55º 0.88% 0.98% -
XYZ 41.87 22.13 10.45 -
YUV 102.82 117.39 233.69 -
System Red Green Blue C M Y K H S L
Decimal 251 31 84 0 0.88 0.67 0.02 345.55 0.96 0.55
Hex FB 1F 54 0 58 43 2 15A 60 37
Octal 373 37 124 0 130 103 2 532 140 67
Binary 11111011 11111 1010100 0 1011000 1000011 10 101011010 1100000 110111

Color Harmonies of #FB1F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1F54

Black with #FB1F54

Text Example


Text Example

White with #FB1F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1F54; }

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

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

background-color css

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

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

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

border-color css

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

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

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