Html Css Color HEX #FB1D5B Radical Red

📋 copy color: '#FB1D5B'

red 251 ◦ green 29 ◦ blue 91

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

Shades of Radical Red #FB1D5B

Tints of Radical Red #FB1D5B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.82%

 BLUE value IS 91 (35.94% from 255) = 24.53%

R = 67.65%
G = 7.82%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FB1D5B (or 0xFB1D5B) is known color: Radical Red. HEX triplet: FB, 1D and 5B. RGB value is (251,29,91). Sum of RGB (Red+Green+Blue) = 251+29+91=371 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.65% from 371); Green value is 29 (11.72% from 255 or 7.82% from 371); Blue value is 91 (35.94% from 255 or 24.53% from 371); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1D5B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB1D5B is #04E2A4. Grayscale: #666666. Windows color (decimal): -320165 or 5971451. OLE color: 5971451.

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

Color convert

RGB 251 29 91 -
CMYK 0 0.88 0.64 0.02
HSL 343.24º 0.97% 0.55% -
HSV(B) 343.24º 0.88% 0.98% -
XYZ 42.11 22.14 11.95 -
YUV 102.45 121.55 233.96 -
System Red Green Blue C M Y K H S L
Decimal 251 29 91 0 0.88 0.64 0.02 343.24 0.97 0.55
Hex FB 1D 5B 0 58 40 2 157 61 37
Octal 373 35 133 0 130 100 2 527 141 67
Binary 11111011 11101 1011011 0 1011000 1000000 10 101010111 1100001 110111

Color Harmonies of #FB1D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1D5B

Black with #FB1D5B

Text Example


Text Example

White with #FB1D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1D5B; }

 p { color: rgb(251,29,91); }

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

background-color css

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

 a { background-color: rgb(251,29,91); }

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

border-color css

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

 span { border-color: rgb(251,29,91); }

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