Html Css Color HEX #FE2368 Radical Red

📋 copy color: '#FE2368'

red 254 ◦ green 35 ◦ blue 104

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

Shades of Radical Red #FE2368

Tints of Radical Red #FE2368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 26.46%

R = 64.63%
G = 8.91%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.59

 K value IS 0.00

RGB Variations

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

Color information

#FE2368 (or 0xFE2368) is known color: Radical Red. HEX triplet: FE, 23 and 68. RGB value is (254,35,104). Sum of RGB (Red+Green+Blue) = 254+35+104=393 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.63% from 393); Green value is 35 (14.06% from 255 or 8.91% from 393); Blue value is 104 (41.02% from 255 or 26.46% from 393); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2368 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2368 is #01DC97. Grayscale: #6C6C6C. Windows color (decimal): -122008 or 6824958. OLE color: 6824958.

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

Color convert

RGB 254 35 104 -
CMYK 0 0.86 0.59 0.00
HSL 341.1º 0.99% 0.57% -
HSV(B) 341.1º 0.86% 1% -
XYZ 43.97 23.27 15.27 -
YUV 108.35 125.55 231.89 -
System Red Green Blue C M Y K H S L
Decimal 254 35 104 0 0.86 0.59 0.00 341.1 0.99 0.57
Hex FE 23 68 0 56 3B 0 155 63 39
Octal 376 43 150 0 126 73 0 525 143 71
Binary 11111110 100011 1101000 0 1010110 111011 0 101010101 1100011 111001

Color Harmonies of #FE2368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2368

Black with #FE2368

Text Example


Text Example

White with #FE2368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2368; }

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

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

background-color css

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

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

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

border-color css

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

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

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