Html Css Color HEX #FE2365 Radical Red

📋 copy color: '#FE2365'

red 254 ◦ green 35 ◦ blue 101

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

Shades of Radical Red #FE2365

Tints of Radical Red #FE2365

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.97%

 BLUE value IS 101 (39.84% from 255) = 25.9%

R = 65.13%
G = 8.97%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.60

 K value IS 0.00

RGB Variations

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

Color information

#FE2365 (or 0xFE2365) is known color: Radical Red. HEX triplet: FE, 23 and 65. RGB value is (254,35,101). Sum of RGB (Red+Green+Blue) = 254+35+101=390 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.13% from 390); Green value is 35 (14.06% from 255 or 8.97% from 390); Blue value is 101 (39.84% from 255 or 25.90% from 390); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2365 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2365 is #01DC9A. Grayscale: #6B6B6B. Windows color (decimal): -122011 or 6628350. OLE color: 6628350.

HSL color Cylindrical-coordinate representation of color #FE2365: hue angle of 341.92º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FE2365 is Cyan = 0, Magento = 0.86, Yellow = 0.60 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 35 101 -
CMYK 0 0.86 0.60 0.00
HSL 341.92º 0.99% 0.57% -
HSV(B) 341.92º 0.86% 1% -
XYZ 43.82 23.21 14.48 -
YUV 108.01 124.05 232.13 -
System Red Green Blue C M Y K H S L
Decimal 254 35 101 0 0.86 0.60 0.00 341.92 0.99 0.57
Hex FE 23 65 0 56 3C 0 156 63 39
Octal 376 43 145 0 126 74 0 526 143 71
Binary 11111110 100011 1100101 0 1010110 111100 0 101010110 1100011 111001

Color Harmonies of #FE2365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2365

Black with #FE2365

Text Example


Text Example

White with #FE2365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2365; }

 p { color: rgb(254,35,101); }

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

background-color css

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

 a { background-color: rgb(254,35,101); }

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

border-color css

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

 span { border-color: rgb(254,35,101); }

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