Html Css Color HEX #FB5052 Radical Red

📋 copy color: '#FB5052'

red 251 ◦ green 80 ◦ blue 82

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

Shades of Radical Red #FB5052

Tints of Radical Red #FB5052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 19.85%

R = 60.77%
G = 19.37%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FB5052 (or 0xFB5052) is known color: Radical Red. HEX triplet: FB, 50 and 52. RGB value is (251,80,82). Sum of RGB (Red+Green+Blue) = 251+80+82=413 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.77% from 413); Green value is 80 (31.64% from 255 or 19.37% from 413); Blue value is 82 (32.42% from 255 or 19.85% from 413); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5052 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB5052 is #04AFAD. Grayscale: #838383. Windows color (decimal): -307118 or 5394683. OLE color: 5394683.

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

Color convert

RGB 251 80 82 -
CMYK 0 0.68 0.67 0.02
HSL 359.3º 0.96% 0.65% -
HSV(B) 359.3º 0.68% 0.98% -
XYZ 44.18 26.86 10.84 -
YUV 131.36 100.15 213.34 -
System Red Green Blue C M Y K H S L
Decimal 251 80 82 0 0.68 0.67 0.02 359.3 0.96 0.65
Hex FB 50 52 0 44 43 2 167 60 41
Octal 373 120 122 0 104 103 2 547 140 101
Binary 11111011 1010000 1010010 0 1000100 1000011 10 101100111 1100000 1000001

Color Harmonies of #FB5052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5052

Black with #FB5052

Text Example


Text Example

White with #FB5052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5052; }

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

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

background-color css

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

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

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

border-color css

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

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

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