Html Css Color HEX #FE2868 Radical Red

📋 copy color: '#FE2868'

red 254 ◦ green 40 ◦ blue 104

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

Shades of Radical Red #FE2868

Tints of Radical Red #FE2868

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.05%

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

R = 63.82%
G = 10.05%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.59

 K value IS 0.00

RGB Variations

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

Color information

#FE2868 (or 0xFE2868) is known color: Radical Red. HEX triplet: FE, 28 and 68. RGB value is (254,40,104). Sum of RGB (Red+Green+Blue) = 254+40+104=398 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.82% from 398); Green value is 40 (16.02% from 255 or 10.05% from 398); Blue value is 104 (41.02% from 255 or 26.13% from 398); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2868 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2868 is #01D797. Grayscale: #6F6F6F. Windows color (decimal): -120728 or 6826238. OLE color: 6826238.

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

Color convert

RGB 254 40 104 -
CMYK 0 0.84 0.59 0.00
HSL 342.06º 0.99% 0.58% -
HSV(B) 342.06º 0.84% 1% -
XYZ 44.13 23.59 15.32 -
YUV 111.28 123.9 229.8 -
System Red Green Blue C M Y K H S L
Decimal 254 40 104 0 0.84 0.59 0.00 342.06 0.99 0.58
Hex FE 28 68 0 54 3B 0 156 63 3A
Octal 376 50 150 0 124 73 0 526 143 72
Binary 11111110 101000 1101000 0 1010100 111011 0 101010110 1100011 111010

Color Harmonies of #FE2868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2868

Black with #FE2868

Text Example


Text Example

White with #FE2868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2868; }

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

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

background-color css

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

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

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

border-color css

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

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

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