Html Css Color HEX #FE3360 Radical Red

📋 copy color: '#FE3360'

red 254 ◦ green 51 ◦ blue 96

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

Shades of Radical Red #FE3360

Tints of Radical Red #FE3360

RGB

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

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

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

R = 63.34%
G = 12.72%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.62

 K value IS 0.00

RGB Variations

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

Color information

#FE3360 (or 0xFE3360) is known color: Radical Red. HEX triplet: FE, 33 and 60. RGB value is (254,51,96). Sum of RGB (Red+Green+Blue) = 254+51+96=401 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.34% from 401); Green value is 51 (20.31% from 255 or 12.72% from 401); Blue value is 96 (37.89% from 255 or 23.94% from 401); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3360 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3360 is #01CC9F. Grayscale: #747474. Windows color (decimal): -117920 or 6304766. OLE color: 6304766.

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

Color convert

RGB 254 51 96 -
CMYK 0 0.80 0.62 0.00
HSL 346.7º 0.99% 0.6% -
HSV(B) 346.7º 0.8% 1% -
XYZ 44.17 24.28 13.43 -
YUV 116.83 116.25 225.84 -
System Red Green Blue C M Y K H S L
Decimal 254 51 96 0 0.80 0.62 0.00 346.7 0.99 0.6
Hex FE 33 60 0 50 3E 0 15B 63 3C
Octal 376 63 140 0 120 76 0 533 143 74
Binary 11111110 110011 1100000 0 1010000 111110 0 101011011 1100011 111100

Color Harmonies of #FE3360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3360

Black with #FE3360

Text Example


Text Example

White with #FE3360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3360; }

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

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

background-color css

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

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

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

border-color css

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

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

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