Html Css Color HEX #FE2A6C Radical Red

📋 copy color: '#FE2A6C'

red 254 ◦ green 42 ◦ blue 108

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

Shades of Radical Red #FE2A6C

Tints of Radical Red #FE2A6C

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.4%

 BLUE value IS 108 (42.58% from 255) = 26.73%

R = 62.87%
G = 10.4%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.57

 K value IS 0.00

RGB Variations

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

Color information

#FE2A6C (or 0xFE2A6C) is known color: Radical Red. HEX triplet: FE, 2A and 6C. RGB value is (254,42,108). Sum of RGB (Red+Green+Blue) = 254+42+108=404 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.87% from 404); Green value is 42 (16.80% from 255 or 10.40% from 404); Blue value is 108 (42.58% from 255 or 26.73% from 404); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2A6C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2A6C is #01D593. Grayscale: #707070. Windows color (decimal): -120212 or 7088894. OLE color: 7088894.

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

Color convert

RGB 254 42 108 -
CMYK 0 0.83 0.57 0.00
HSL 341.32º 0.99% 0.58% -
HSV(B) 341.32º 0.83% 1% -
XYZ 44.41 23.81 16.44 -
YUV 112.91 125.24 228.63 -
System Red Green Blue C M Y K H S L
Decimal 254 42 108 0 0.83 0.57 0.00 341.32 0.99 0.58
Hex FE 2A 6C 0 53 39 0 155 63 3A
Octal 376 52 154 0 123 71 0 525 143 72
Binary 11111110 101010 1101100 0 1010011 111001 0 101010101 1100011 111010

Color Harmonies of #FE2A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2A6C

Black with #FE2A6C

Text Example


Text Example

White with #FE2A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2A6C; }

 p { color: rgb(254,42,108); }

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

background-color css

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

 a { background-color: rgb(254,42,108); }

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

border-color css

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

 span { border-color: rgb(254,42,108); }

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