Html Css Color HEX #FE2D62 Radical Red

📋 copy color: '#FE2D62'

red 254 ◦ green 45 ◦ blue 98

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

Shades of Radical Red #FE2D62

Tints of Radical Red #FE2D62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 24.69%

R = 63.98%
G = 11.34%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.61

 K value IS 0.00

RGB Variations

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

Color information

#FE2D62 (or 0xFE2D62) is known color: Radical Red. HEX triplet: FE, 2D and 62. RGB value is (254,45,98). Sum of RGB (Red+Green+Blue) = 254+45+98=397 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.98% from 397); Green value is 45 (17.97% from 255 or 11.34% from 397); Blue value is 98 (38.67% from 255 or 24.69% from 397); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2D62 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2D62 is #01D29D. Grayscale: #717171. Windows color (decimal): -119454 or 6434302. OLE color: 6434302.

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

Color convert

RGB 254 45 98 -
CMYK 0 0.82 0.61 0.00
HSL 344.78º 0.99% 0.59% -
HSV(B) 344.78º 0.82% 1% -
XYZ 44.02 23.83 13.83 -
YUV 113.53 119.24 228.19 -
System Red Green Blue C M Y K H S L
Decimal 254 45 98 0 0.82 0.61 0.00 344.78 0.99 0.59
Hex FE 2D 62 0 52 3D 0 159 63 3B
Octal 376 55 142 0 122 75 0 531 143 73
Binary 11111110 101101 1100010 0 1010010 111101 0 101011001 1100011 111011

Color Harmonies of #FE2D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2D62

Black with #FE2D62

Text Example


Text Example

White with #FE2D62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2D62; }

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

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

background-color css

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

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

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

border-color css

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

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

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