Html Css Color HEX #FB1E5D Radical Red

📋 copy color: '#FB1E5D'

red 251 ◦ green 30 ◦ blue 93

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

Shades of Radical Red #FB1E5D

Tints of Radical Red #FB1E5D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.02%

 BLUE value IS 93 (36.72% from 255) = 24.87%

R = 67.11%
G = 8.02%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#FB1E5D (or 0xFB1E5D) is known color: Radical Red. HEX triplet: FB, 1E and 5D. RGB value is (251,30,93). Sum of RGB (Red+Green+Blue) = 251+30+93=374 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.11% from 374); Green value is 30 (12.11% from 255 or 8.02% from 374); Blue value is 93 (36.72% from 255 or 24.87% from 374); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1E5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB1E5D is #04E1A2. Grayscale: #676767. Windows color (decimal): -319907 or 6102779. OLE color: 6102779.

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

Color convert

RGB 251 30 93 -
CMYK 0 0.88 0.63 0.02
HSL 342.9º 0.97% 0.55% -
HSV(B) 342.9º 0.88% 0.98% -
XYZ 42.22 22.23 12.42 -
YUV 103.26 122.22 233.38 -
System Red Green Blue C M Y K H S L
Decimal 251 30 93 0 0.88 0.63 0.02 342.9 0.97 0.55
Hex FB 1E 5D 0 58 3F 2 157 61 37
Octal 373 36 135 0 130 77 2 527 141 67
Binary 11111011 11110 1011101 0 1011000 111111 10 101010111 1100001 110111

Color Harmonies of #FB1E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1E5D

Black with #FB1E5D

Text Example


Text Example

White with #FB1E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1E5D; }

 p { color: rgb(251,30,93); }

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

background-color css

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

 a { background-color: rgb(251,30,93); }

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

border-color css

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

 span { border-color: rgb(251,30,93); }

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