Html Css Color HEX #FB525B Radical Red

📋 copy color: '#FB525B'

red 251 ◦ green 82 ◦ blue 91

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

Shades of Radical Red #FB525B

Tints of Radical Red #FB525B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.34%

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

R = 59.2%
G = 19.34%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FB525B (or 0xFB525B) is known color: Radical Red. HEX triplet: FB, 52 and 5B. RGB value is (251,82,91). Sum of RGB (Red+Green+Blue) = 251+82+91=424 (56% of max value = 765). Red value is 251 (98.44% from 255 or 59.20% from 424); Green value is 82 (32.42% from 255 or 19.34% from 424); Blue value is 91 (35.94% from 255 or 21.46% from 424); Max value from RGB is 251 - color contains mainly: red. Hex color #FB525B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB525B is #04ADA4. Grayscale: #858585. Windows color (decimal): -306597 or 5985019. OLE color: 5985019.

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

Color convert

RGB 251 82 91 -
CMYK 0 0.67 0.64 0.02
HSL 356.8º 0.95% 0.65% -
HSV(B) 356.8º 0.67% 0.98% -
XYZ 44.69 27.3 12.81 -
YUV 133.56 103.99 211.77 -
System Red Green Blue C M Y K H S L
Decimal 251 82 91 0 0.67 0.64 0.02 356.8 0.95 0.65
Hex FB 52 5B 0 43 40 2 165 5F 41
Octal 373 122 133 0 103 100 2 545 137 101
Binary 11111011 1010010 1011011 0 1000011 1000000 10 101100101 1011111 1000001

Color Harmonies of #FB525B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB525B

Black with #FB525B

Text Example


Text Example

White with #FB525B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB525B; }

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

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

background-color css

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

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

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

border-color css

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

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

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