Html Css Color HEX #FB4260 Radical Red

📋 copy color: '#FB4260'

red 251 ◦ green 66 ◦ blue 96

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

Shades of Radical Red #FB4260

Tints of Radical Red #FB4260

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.98%

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

R = 60.77%
G = 15.98%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FB4260 (or 0xFB4260) is known color: Radical Red. HEX triplet: FB, 42 and 60. RGB value is (251,66,96). Sum of RGB (Red+Green+Blue) = 251+66+96=413 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.77% from 413); Green value is 66 (26.17% from 255 or 15.98% from 413); Blue value is 96 (37.89% from 255 or 23.24% from 413); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4260 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB4260 is #04BD9F. Grayscale: #7C7C7C. Windows color (decimal): -310688 or 6308603. OLE color: 6308603.

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

Color convert

RGB 251 66 96 -
CMYK 0 0.74 0.62 0.02
HSL 350.27º 0.96% 0.62% -
HSV(B) 350.27º 0.74% 0.98% -
XYZ 43.84 25.25 13.63 -
YUV 124.74 111.79 218.06 -
System Red Green Blue C M Y K H S L
Decimal 251 66 96 0 0.74 0.62 0.02 350.27 0.96 0.62
Hex FB 42 60 0 4A 3E 2 15E 60 3E
Octal 373 102 140 0 112 76 2 536 140 76
Binary 11111011 1000010 1100000 0 1001010 111110 10 101011110 1100000 111110

Color Harmonies of #FB4260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB4260

Black with #FB4260

Text Example


Text Example

White with #FB4260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB4260; }

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

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

background-color css

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

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

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

border-color css

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

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

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