Html Css Color HEX #FB1C5E Radical Red

📋 copy color: '#FB1C5E'

red 251 ◦ green 28 ◦ blue 94

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

Shades of Radical Red #FB1C5E

Tints of Radical Red #FB1C5E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.51%

 BLUE value IS 94 (37.11% from 255) = 25.2%

R = 67.29%
G = 7.51%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#FB1C5E (or 0xFB1C5E) is known color: Radical Red. HEX triplet: FB, 1C and 5E. RGB value is (251,28,94). Sum of RGB (Red+Green+Blue) = 251+28+94=373 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.29% from 373); Green value is 28 (11.33% from 255 or 7.51% from 373); Blue value is 94 (37.11% from 255 or 25.20% from 373); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1C5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB1C5E is #04E3A1. Grayscale: #666666. Windows color (decimal): -320418 or 6167803. OLE color: 6167803.

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

Color convert

RGB 251 28 94 -
CMYK 0 0.89 0.63 0.02
HSL 342.24º 0.97% 0.55% -
HSV(B) 342.24º 0.89% 0.98% -
XYZ 42.22 22.15 12.64 -
YUV 102.2 123.38 234.13 -
System Red Green Blue C M Y K H S L
Decimal 251 28 94 0 0.89 0.63 0.02 342.24 0.97 0.55
Hex FB 1C 5E 0 59 3F 2 156 61 37
Octal 373 34 136 0 131 77 2 526 141 67
Binary 11111011 11100 1011110 0 1011001 111111 10 101010110 1100001 110111

Color Harmonies of #FB1C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1C5E

Black with #FB1C5E

Text Example


Text Example

White with #FB1C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1C5E; }

 p { color: rgb(251,28,94); }

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

background-color css

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

 a { background-color: rgb(251,28,94); }

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

border-color css

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

 span { border-color: rgb(251,28,94); }

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