Html Css Color HEX #FE2D5C Radical Red

📋 copy color: '#FE2D5C'

red 254 ◦ green 45 ◦ blue 92

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

Shades of Radical Red #FE2D5C

Tints of Radical Red #FE2D5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.53%

R = 64.96%
G = 11.51%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.64

 K value IS 0.00

RGB Variations

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

Color information

#FE2D5C (or 0xFE2D5C) is known color: Radical Red. HEX triplet: FE, 2D and 5C. RGB value is (254,45,92). Sum of RGB (Red+Green+Blue) = 254+45+92=391 (51% of max value = 765). Red value is 254 (99.61% from 255 or 64.96% from 391); Green value is 45 (17.97% from 255 or 11.51% from 391); Blue value is 92 (36.33% from 255 or 23.53% from 391); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2D5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2D5C is #01D2A3. Grayscale: #707070. Windows color (decimal): -119460 or 6041086. OLE color: 6041086.

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

Color convert

RGB 254 45 92 -
CMYK 0 0.82 0.64 0.00
HSL 346.51º 0.99% 0.59% -
HSV(B) 346.51º 0.82% 1% -
XYZ 43.74 23.72 12.4 -
YUV 112.85 116.24 228.68 -
System Red Green Blue C M Y K H S L
Decimal 254 45 92 0 0.82 0.64 0.00 346.51 0.99 0.59
Hex FE 2D 5C 0 52 40 0 15B 63 3B
Octal 376 55 134 0 122 100 0 533 143 73
Binary 11111110 101101 1011100 0 1010010 1000000 0 101011011 1100011 111011

Color Harmonies of #FE2D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2D5C

Black with #FE2D5C

Text Example


Text Example

White with #FE2D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2D5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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