Html Css Color HEX #FE1B5E Radical Red

📋 copy color: '#FE1B5E'

red 254 ◦ green 27 ◦ blue 94

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

Shades of Radical Red #FE1B5E

Tints of Radical Red #FE1B5E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.2%

 BLUE value IS 94 (37.11% from 255) = 25.07%

R = 67.73%
G = 7.2%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FE1B5E (or 0xFE1B5E) is known color: Radical Red. HEX triplet: FE, 1B and 5E. RGB value is (254,27,94). Sum of RGB (Red+Green+Blue) = 254+27+94=375 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.73% from 375); Green value is 27 (10.94% from 255 or 7.2% from 375); Blue value is 94 (37.11% from 255 or 25.07% from 375); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1B5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE1B5E is #01E4A1. Grayscale: #666666. Windows color (decimal): -124066 or 6167550. OLE color: 6167550.

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

Color convert

RGB 254 27 94 -
CMYK 0 0.89 0.63 0.00
HSL 342.29º 0.99% 0.55% -
HSV(B) 342.29º 0.89% 1% -
XYZ 43.29 22.66 12.68 -
YUV 102.51 123.21 236.05 -
System Red Green Blue C M Y K H S L
Decimal 254 27 94 0 0.89 0.63 0.00 342.29 0.99 0.55
Hex FE 1B 5E 0 59 3F 0 156 63 37
Octal 376 33 136 0 131 77 0 526 143 67
Binary 11111110 11011 1011110 0 1011001 111111 0 101010110 1100011 110111

Color Harmonies of #FE1B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1B5E

Black with #FE1B5E

Text Example


Text Example

White with #FE1B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1B5E; }

 p { color: rgb(254,27,94); }

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

background-color css

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

 a { background-color: rgb(254,27,94); }

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

border-color css

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

 span { border-color: rgb(254,27,94); }

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