Html Css Color HEX #FB1B5B Radical Red

📋 copy color: '#FB1B5B'

red 251 ◦ green 27 ◦ blue 91

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

Shades of Radical Red #FB1B5B

Tints of Radical Red #FB1B5B

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.32%

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

R = 68.02%
G = 7.32%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FB1B5B (or 0xFB1B5B) is known color: Radical Red. HEX triplet: FB, 1B and 5B. RGB value is (251,27,91). Sum of RGB (Red+Green+Blue) = 251+27+91=369 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.02% from 369); Green value is 27 (10.94% from 255 or 7.32% from 369); Blue value is 91 (35.94% from 255 or 24.66% from 369); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1B5B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB1B5B is #04E4A4. Grayscale: #656565. Windows color (decimal): -320677 or 5970939. OLE color: 5970939.

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

Color convert

RGB 251 27 91 -
CMYK 0 0.89 0.64 0.02
HSL 342.86º 0.97% 0.55% -
HSV(B) 342.86º 0.89% 0.98% -
XYZ 42.06 22.05 11.94 -
YUV 101.27 122.21 234.8 -
System Red Green Blue C M Y K H S L
Decimal 251 27 91 0 0.89 0.64 0.02 342.86 0.97 0.55
Hex FB 1B 5B 0 59 40 2 157 61 37
Octal 373 33 133 0 131 100 2 527 141 67
Binary 11111011 11011 1011011 0 1011001 1000000 10 101010111 1100001 110111

Color Harmonies of #FB1B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1B5B

Black with #FB1B5B

Text Example


Text Example

White with #FB1B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1B5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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