Html Css Color HEX #FE4185 Violet Red

📋 copy color: '#FE4185'

red 254 ◦ green 65 ◦ blue 133

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

Shades of Violet Red #FE4185

Tints of Violet Red #FE4185

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.38%

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

R = 56.19%
G = 14.38%
B = 29.42%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#FE4185 (or 0xFE4185) is known color: Violet Red. HEX triplet: FE, 41 and 85. RGB value is (254,65,133). Sum of RGB (Red+Green+Blue) = 254+65+133=452 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.19% from 452); Green value is 65 (25.78% from 255 or 14.38% from 452); Blue value is 133 (52.34% from 255 or 29.42% from 452); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4185 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4185 is #01BE7A. Grayscale: #818181. Windows color (decimal): -114299 or 8733182. OLE color: 8733182.

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

Color convert

RGB 254 65 133 -
CMYK 0 0.74 0.48 0.00
HSL 338.41º 0.99% 0.63% -
HSV(B) 338.41º 0.74% 1% -
XYZ 47 26.54 24.84 -
YUV 129.26 130.12 216.97 -
System Red Green Blue C M Y K H S L
Decimal 254 65 133 0 0.74 0.48 0.00 338.41 0.99 0.63
Hex FE 41 85 0 4A 30 0 152 63 3F
Octal 376 101 205 0 112 60 0 522 143 77
Binary 11111110 1000001 10000101 0 1001010 110000 0 101010010 1100011 111111

Color Harmonies of #FE4185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4185

Black with #FE4185

Text Example


Text Example

White with #FE4185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4185; }

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

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

background-color css

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

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

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

border-color css

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

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

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