Html Css Color HEX #FE2B5A Radical Red

📋 copy color: '#FE2B5A'

red 254 ◦ green 43 ◦ blue 90

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

Shades of Radical Red #FE2B5A

Tints of Radical Red #FE2B5A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.11%

 BLUE value IS 90 (35.55% from 255) = 23.26%

R = 65.63%
G = 11.11%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.65

 K value IS 0.00

RGB Variations

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

Color information

#FE2B5A (or 0xFE2B5A) is known color: Radical Red. HEX triplet: FE, 2B and 5A. RGB value is (254,43,90). Sum of RGB (Red+Green+Blue) = 254+43+90=387 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.63% from 387); Green value is 43 (17.19% from 255 or 11.11% from 387); Blue value is 90 (35.55% from 255 or 23.26% from 387); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2B5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2B5A is #01D4A5. Grayscale: #6F6F6F. Windows color (decimal): -119974 or 5909502. OLE color: 5909502.

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

Color convert

RGB 254 43 90 -
CMYK 0 0.83 0.65 0.00
HSL 346.64º 0.99% 0.58% -
HSV(B) 346.64º 0.83% 1% -
XYZ 43.58 23.54 11.92 -
YUV 111.45 115.9 229.68 -
System Red Green Blue C M Y K H S L
Decimal 254 43 90 0 0.83 0.65 0.00 346.64 0.99 0.58
Hex FE 2B 5A 0 53 41 0 15B 63 3A
Octal 376 53 132 0 123 101 0 533 143 72
Binary 11111110 101011 1011010 0 1010011 1000001 0 101011011 1100011 111010

Color Harmonies of #FE2B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2B5A

Black with #FE2B5A

Text Example


Text Example

White with #FE2B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2B5A; }

 p { color: rgb(254,43,90); }

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

background-color css

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

 a { background-color: rgb(254,43,90); }

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

border-color css

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

 span { border-color: rgb(254,43,90); }

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