Html Css Color HEX #FE2D68 Radical Red

📋 copy color: '#FE2D68'

red 254 ◦ green 45 ◦ blue 104

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

Shades of Radical Red #FE2D68

Tints of Radical Red #FE2D68

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.17%

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

R = 63.03%
G = 11.17%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.59

 K value IS 0.00

RGB Variations

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

Color information

#FE2D68 (or 0xFE2D68) is known color: Radical Red. HEX triplet: FE, 2D and 68. RGB value is (254,45,104). Sum of RGB (Red+Green+Blue) = 254+45+104=403 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.03% from 403); Green value is 45 (17.97% from 255 or 11.17% from 403); Blue value is 104 (41.02% from 255 or 25.81% from 403); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2D68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2D68 is #01D297. Grayscale: #727272. Windows color (decimal): -119448 or 6827518. OLE color: 6827518.

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

Color convert

RGB 254 45 104 -
CMYK 0 0.82 0.59 0.00
HSL 343.06º 0.99% 0.59% -
HSV(B) 343.06º 0.82% 1% -
XYZ 44.31 23.95 15.38 -
YUV 114.22 122.24 227.7 -
System Red Green Blue C M Y K H S L
Decimal 254 45 104 0 0.82 0.59 0.00 343.06 0.99 0.59
Hex FE 2D 68 0 52 3B 0 157 63 3B
Octal 376 55 150 0 122 73 0 527 143 73
Binary 11111110 101101 1101000 0 1010010 111011 0 101010111 1100011 111011

Color Harmonies of #FE2D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2D68

Black with #FE2D68

Text Example


Text Example

White with #FE2D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2D68; }

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

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

background-color css

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

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

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

border-color css

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

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

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