Html Css Color HEX #FB505B Radical Red

📋 copy color: '#FB505B'

red 251 ◦ green 80 ◦ blue 91

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

Shades of Radical Red #FB505B

Tints of Radical Red #FB505B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.96%

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

R = 59.48%
G = 18.96%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FB505B (or 0xFB505B) is known color: Radical Red. HEX triplet: FB, 50 and 5B. RGB value is (251,80,91). Sum of RGB (Red+Green+Blue) = 251+80+91=422 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.48% from 422); Green value is 80 (31.64% from 255 or 18.96% from 422); Blue value is 91 (35.94% from 255 or 21.56% from 422); Max value from RGB is 251 - color contains mainly: red. Hex color #FB505B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB505B is #04AFA4. Grayscale: #848484. Windows color (decimal): -307109 or 5984507. OLE color: 5984507.

HSL color Cylindrical-coordinate representation of color #FB505B: hue angle of 356.14º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FB505B is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 80 91 -
CMYK 0 0.68 0.64 0.02
HSL 356.14º 0.96% 0.65% -
HSV(B) 356.14º 0.68% 0.98% -
XYZ 44.54 27 12.76 -
YUV 132.38 104.65 212.61 -
System Red Green Blue C M Y K H S L
Decimal 251 80 91 0 0.68 0.64 0.02 356.14 0.96 0.65
Hex FB 50 5B 0 44 40 2 164 60 41
Octal 373 120 133 0 104 100 2 544 140 101
Binary 11111011 1010000 1011011 0 1000100 1000000 10 101100100 1100000 1000001

Color Harmonies of #FB505B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB505B

Black with #FB505B

Text Example


Text Example

White with #FB505B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB505B; }

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

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

background-color css

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

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

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

border-color css

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

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

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