Html Css Color HEX #FB3360 Radical Red

📋 copy color: '#FB3360'

red 251 ◦ green 51 ◦ blue 96

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

Shades of Radical Red #FB3360

Tints of Radical Red #FB3360

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.81%

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

R = 63.07%
G = 12.81%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FB3360 (or 0xFB3360) is known color: Radical Red. HEX triplet: FB, 33 and 60. RGB value is (251,51,96). Sum of RGB (Red+Green+Blue) = 251+51+96=398 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.07% from 398); Green value is 51 (20.31% from 255 or 12.81% from 398); Blue value is 96 (37.89% from 255 or 24.12% from 398); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3360 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB3360 is #04CC9F. Grayscale: #737373. Windows color (decimal): -314528 or 6304763. OLE color: 6304763.

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

Color convert

RGB 251 51 96 -
CMYK 0 0.80 0.62 0.02
HSL 346.5º 0.96% 0.59% -
HSV(B) 346.5º 0.8% 0.98% -
XYZ 43.08 23.72 13.37 -
YUV 115.93 116.76 224.34 -
System Red Green Blue C M Y K H S L
Decimal 251 51 96 0 0.80 0.62 0.02 346.5 0.96 0.59
Hex FB 33 60 0 50 3E 2 15A 60 3B
Octal 373 63 140 0 120 76 2 532 140 73
Binary 11111011 110011 1100000 0 1010000 111110 10 101011010 1100000 111011

Color Harmonies of #FB3360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3360

Black with #FB3360

Text Example


Text Example

White with #FB3360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3360; }

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

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

background-color css

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

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

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

border-color css

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

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

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