Html Css Color HEX #FE4585 Violet Red

📋 copy color: '#FE4585'

red 254 ◦ green 69 ◦ blue 133

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

Shades of Violet Red #FE4585

Tints of Violet Red #FE4585

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.13%

 BLUE value IS 133 (52.34% from 255) = 29.17%

R = 55.7%
G = 15.13%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#FE4585 (or 0xFE4585) is known color: Violet Red. HEX triplet: FE, 45 and 85. RGB value is (254,69,133). Sum of RGB (Red+Green+Blue) = 254+69+133=456 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.70% from 456); Green value is 69 (27.34% from 255 or 15.13% from 456); Blue value is 133 (52.34% from 255 or 29.17% from 456); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4585 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4585 is #01BA7A. Grayscale: #838383. Windows color (decimal): -113275 or 8734206. OLE color: 8734206.

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

Color convert

RGB 254 69 133 -
CMYK 0 0.73 0.48 0.00
HSL 339.24º 0.99% 0.63% -
HSV(B) 339.24º 0.73% 1% -
XYZ 47.23 27.02 24.92 -
YUV 131.61 128.79 215.3 -
System Red Green Blue C M Y K H S L
Decimal 254 69 133 0 0.73 0.48 0.00 339.24 0.99 0.63
Hex FE 45 85 0 49 30 0 153 63 3F
Octal 376 105 205 0 111 60 0 523 143 77
Binary 11111110 1000101 10000101 0 1001001 110000 0 101010011 1100011 111111

Color Harmonies of #FE4585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4585

Black with #FE4585

Text Example


Text Example

White with #FE4585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4585; }

 p { color: rgb(254,69,133); }

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

background-color css

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

 a { background-color: rgb(254,69,133); }

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

border-color css

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

 span { border-color: rgb(254,69,133); }

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