Html Css Color HEX #FF3362 Radical Red

📋 copy color: '#FF3362'

red 255 ◦ green 51 ◦ blue 98

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

Shades of Radical Red #FF3362

Tints of Radical Red #FF3362

RGB

 RED value IS 255 (100% from 255) = 63.12%

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

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

R = 63.12%
G = 12.62%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#FF3362 (or 0xFF3362) is known color: Radical Red. HEX triplet: FF, 33 and 62. RGB value is (255,51,98). Sum of RGB (Red+Green+Blue) = 255+51+98=404 (53% of max value = 765). Red value is 255 (100% from 255 or 63.12% from 404); Green value is 51 (20.31% from 255 or 12.62% from 404); Blue value is 98 (38.67% from 255 or 24.26% from 404); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3362 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3362 is #00CC9D. Grayscale: #757575. Windows color (decimal): -52382 or 6435839. OLE color: 6435839.

HSL color Cylindrical-coordinate representation of color #FF3362: hue angle of 346.18º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF3362 is Cyan = 0, Magento = 0.8, Yellow = 0.62 and Black (K on CMYK) = 0.

Color convert

RGB 255 51 98 -
CMYK 0 0.8 0.62 0
HSL 346.18º 1% 0.6% -
HSV(B) 346.18º 0.8% 1% -
XYZ 44.63 24.51 13.93 -
YUV 117.35 117.09 226.18 -
System Red Green Blue C M Y K H S L
Decimal 255 51 98 0 0.8 0.62 0 346.18 1 0.6
Hex FF 33 62 0 50 3E 0 15A 64 3C
Octal 377 63 142 0 120 76 0 532 144 74
Binary 11111111 110011 1100010 0 1010000 111110 0 101011010 1100100 111100

Color Harmonies of #FF3362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3362

Black with #FF3362

Text Example


Text Example

White with #FF3362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3362; }

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

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

background-color css

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

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

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

border-color css

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

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

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