Html Css Color HEX #FE3362 Radical Red

📋 copy color: '#FE3362'

red 254 ◦ green 51 ◦ blue 98

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

Shades of Radical Red #FE3362

Tints of Radical Red #FE3362

RGB

 RED value IS 254 (99.61% from 255) = 63.03%

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

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

R = 63.03%
G = 12.66%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.61

 K value IS 0.00

RGB Variations

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

Color information

#FE3362 (or 0xFE3362) is known color: Radical Red. HEX triplet: FE, 33 and 62. RGB value is (254,51,98). Sum of RGB (Red+Green+Blue) = 254+51+98=403 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.03% from 403); Green value is 51 (20.31% from 255 or 12.66% from 403); Blue value is 98 (38.67% from 255 or 24.32% from 403); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3362 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3362 is #01CC9D. Grayscale: #757575. Windows color (decimal): -117918 or 6435838. OLE color: 6435838.

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

Color convert

RGB 254 51 98 -
CMYK 0 0.80 0.61 0.00
HSL 346.11º 0.99% 0.6% -
HSV(B) 346.11º 0.8% 1% -
XYZ 44.26 24.32 13.92 -
YUV 117.06 117.25 225.68 -
System Red Green Blue C M Y K H S L
Decimal 254 51 98 0 0.80 0.61 0.00 346.11 0.99 0.6
Hex FE 33 62 0 50 3D 0 15A 63 3C
Octal 376 63 142 0 120 75 0 532 143 74
Binary 11111110 110011 1100010 0 1010000 111101 0 101011010 1100011 111100

Color Harmonies of #FE3362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3362

Black with #FE3362

Text Example


Text Example

White with #FE3362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3362; }

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

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

background-color css

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

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

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

border-color css

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

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

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