Html Css Color HEX #FE296A Radical Red

📋 copy color: '#FE296A'

red 254 ◦ green 41 ◦ blue 106

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

Shades of Radical Red #FE296A

Tints of Radical Red #FE296A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.22%

 BLUE value IS 106 (41.8% from 255) = 26.43%

R = 63.34%
G = 10.22%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.58

 K value IS 0.00

RGB Variations

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

Color information

#FE296A (or 0xFE296A) is known color: Radical Red. HEX triplet: FE, 29 and 6A. RGB value is (254,41,106). Sum of RGB (Red+Green+Blue) = 254+41+106=401 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.34% from 401); Green value is 41 (16.41% from 255 or 10.22% from 401); Blue value is 106 (41.80% from 255 or 26.43% from 401); Max value from RGB is 254 - color contains mainly: red. Hex color #FE296A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE296A is #01D695. Grayscale: #707070. Windows color (decimal): -120470 or 6957566. OLE color: 6957566.

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

Color convert

RGB 254 41 106 -
CMYK 0 0.84 0.58 0.00
HSL 341.69º 0.99% 0.58% -
HSV(B) 341.69º 0.84% 1% -
XYZ 44.27 23.7 15.88 -
YUV 112.1 124.57 229.21 -
System Red Green Blue C M Y K H S L
Decimal 254 41 106 0 0.84 0.58 0.00 341.69 0.99 0.58
Hex FE 29 6A 0 54 3A 0 156 63 3A
Octal 376 51 152 0 124 72 0 526 143 72
Binary 11111110 101001 1101010 0 1010100 111010 0 101010110 1100011 111010

Color Harmonies of #FE296A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE296A

Black with #FE296A

Text Example


Text Example

White with #FE296A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE296A; }

 p { color: rgb(254,41,106); }

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

background-color css

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

 a { background-color: rgb(254,41,106); }

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

border-color css

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

 span { border-color: rgb(254,41,106); }

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