Html Css Color HEX #FB3362 Radical Red

📋 copy color: '#FB3362'

red 251 ◦ green 51 ◦ blue 98

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

Shades of Radical Red #FB3362

Tints of Radical Red #FB3362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 24.5%

R = 62.75%
G = 12.75%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#FB3362 (or 0xFB3362) is known color: Radical Red. HEX triplet: FB, 33 and 62. RGB value is (251,51,98). Sum of RGB (Red+Green+Blue) = 251+51+98=400 (52% of max value = 765). Red value is 251 (98.44% from 255 or 62.75% from 400); Green value is 51 (20.31% from 255 or 12.75% from 400); Blue value is 98 (38.67% from 255 or 24.5% from 400); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3362 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB3362 is #04CC9D. Grayscale: #747474. Windows color (decimal): -314526 or 6435835. OLE color: 6435835.

HSL color Cylindrical-coordinate representation of color #FB3362: hue angle of 345.9º 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 #FB3362 is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 51 98 -
CMYK 0 0.80 0.61 0.02
HSL 345.9º 0.96% 0.59% -
HSV(B) 345.9º 0.8% 0.98% -
XYZ 43.17 23.76 13.87 -
YUV 116.16 117.76 224.18 -
System Red Green Blue C M Y K H S L
Decimal 251 51 98 0 0.80 0.61 0.02 345.9 0.96 0.59
Hex FB 33 62 0 50 3D 2 15A 60 3B
Octal 373 63 142 0 120 75 2 532 140 73
Binary 11111011 110011 1100010 0 1010000 111101 10 101011010 1100000 111011

Color Harmonies of #FB3362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3362

Black with #FB3362

Text Example


Text Example

White with #FB3362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3362; }

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

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

background-color css

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

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

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

border-color css

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

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

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