Html Css Color HEX #FB2052 Radical Red

📋 copy color: '#FB2052'

red 251 ◦ green 32 ◦ blue 82

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

Shades of Radical Red #FB2052

Tints of Radical Red #FB2052

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.77%

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

R = 68.77%
G = 8.77%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FB2052 (or 0xFB2052) is known color: Radical Red. HEX triplet: FB, 20 and 52. RGB value is (251,32,82). Sum of RGB (Red+Green+Blue) = 251+32+82=365 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.77% from 365); Green value is 32 (12.89% from 255 or 8.77% from 365); Blue value is 82 (32.42% from 255 or 22.47% from 365); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2052 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2052 is #04DFAD. Grayscale: #676767. Windows color (decimal): -319406 or 5382395. OLE color: 5382395.

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

Color convert

RGB 251 32 82 -
CMYK 0 0.87 0.67 0.02
HSL 346.3º 0.96% 0.55% -
HSV(B) 346.3º 0.87% 0.98% -
XYZ 41.82 22.15 10.05 -
YUV 103.18 116.05 233.43 -
System Red Green Blue C M Y K H S L
Decimal 251 32 82 0 0.87 0.67 0.02 346.3 0.96 0.55
Hex FB 20 52 0 57 43 2 15A 60 37
Octal 373 40 122 0 127 103 2 532 140 67
Binary 11111011 100000 1010010 0 1010111 1000011 10 101011010 1100000 110111

Color Harmonies of #FB2052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2052

Black with #FB2052

Text Example


Text Example

White with #FB2052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2052; }

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

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

background-color css

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

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

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

border-color css

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

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

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