Html Css Color HEX #FB4452 Radical Red

📋 copy color: '#FB4452'

red 251 ◦ green 68 ◦ blue 82

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

Shades of Radical Red #FB4452

Tints of Radical Red #FB4452

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.96%

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

R = 62.59%
G = 16.96%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FB4452 (or 0xFB4452) is known color: Radical Red. HEX triplet: FB, 44 and 52. RGB value is (251,68,82). Sum of RGB (Red+Green+Blue) = 251+68+82=401 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.59% from 401); Green value is 68 (26.95% from 255 or 16.96% from 401); Blue value is 82 (32.42% from 255 or 20.45% from 401); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4452 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB4452 is #04BBAD. Grayscale: #7C7C7C. Windows color (decimal): -310190 or 5391611. OLE color: 5391611.

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

Color convert

RGB 251 68 82 -
CMYK 0 0.73 0.67 0.02
HSL 355.41º 0.96% 0.63% -
HSV(B) 355.41º 0.73% 0.98% -
XYZ 43.37 25.25 10.57 -
YUV 124.31 104.13 218.36 -
System Red Green Blue C M Y K H S L
Decimal 251 68 82 0 0.73 0.67 0.02 355.41 0.96 0.63
Hex FB 44 52 0 49 43 2 163 60 3F
Octal 373 104 122 0 111 103 2 543 140 77
Binary 11111011 1000100 1010010 0 1001001 1000011 10 101100011 1100000 111111

Color Harmonies of #FB4452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB4452

Black with #FB4452

Text Example


Text Example

White with #FB4452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB4452; }

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

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

background-color css

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

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

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

border-color css

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

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

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