Html Css Color HEX #FB4060 Radical Red

📋 copy color: '#FB4060'

red 251 ◦ green 64 ◦ blue 96

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

Shades of Radical Red #FB4060

Tints of Radical Red #FB4060

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.57%

 BLUE value IS 96 (37.89% from 255) = 23.36%

R = 61.07%
G = 15.57%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FB4060 (or 0xFB4060) is known color: Radical Red. HEX triplet: FB, 40 and 60. RGB value is (251,64,96). Sum of RGB (Red+Green+Blue) = 251+64+96=411 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.07% from 411); Green value is 64 (25.39% from 255 or 15.57% from 411); Blue value is 96 (37.89% from 255 or 23.36% from 411); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4060 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB4060 is #04BF9F. Grayscale: #7B7B7B. Windows color (decimal): -311200 or 6308091. OLE color: 6308091.

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

Color convert

RGB 251 64 96 -
CMYK 0 0.75 0.62 0.02
HSL 349.73º 0.96% 0.62% -
HSV(B) 349.73º 0.75% 0.98% -
XYZ 43.73 25.02 13.59 -
YUV 123.56 112.45 218.9 -
System Red Green Blue C M Y K H S L
Decimal 251 64 96 0 0.75 0.62 0.02 349.73 0.96 0.62
Hex FB 40 60 0 4B 3E 2 15E 60 3E
Octal 373 100 140 0 113 76 2 536 140 76
Binary 11111011 1000000 1100000 0 1001011 111110 10 101011110 1100000 111110

Color Harmonies of #FB4060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB4060

Black with #FB4060

Text Example


Text Example

White with #FB4060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB4060; }

 p { color: rgb(251,64,96); }

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

background-color css

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

 a { background-color: rgb(251,64,96); }

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

border-color css

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

 span { border-color: rgb(251,64,96); }

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