Html Css Color HEX #FE3B77 Violet Red

📋 copy color: '#FE3B77'

red 254 ◦ green 59 ◦ blue 119

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

Shades of Violet Red #FE3B77

Tints of Violet Red #FE3B77

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.66%

 BLUE value IS 119 (46.88% from 255) = 27.55%

R = 58.8%
G = 13.66%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.53

 K value IS 0.00

RGB Variations

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

Color information

#FE3B77 (or 0xFE3B77) is known color: Violet Red. HEX triplet: FE, 3B and 77. RGB value is (254,59,119). Sum of RGB (Red+Green+Blue) = 254+59+119=432 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.80% from 432); Green value is 59 (23.44% from 255 or 13.66% from 432); Blue value is 119 (46.88% from 255 or 27.55% from 432); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3B77 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3B77 is #01C488. Grayscale: #7C7C7C. Windows color (decimal): -115849 or 7814142. OLE color: 7814142.

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

Color convert

RGB 254 59 119 -
CMYK 0 0.77 0.53 0.00
HSL 341.54º 0.99% 0.61% -
HSV(B) 341.54º 0.77% 1% -
XYZ 45.77 25.53 19.97 -
YUV 124.15 125.1 220.62 -
System Red Green Blue C M Y K H S L
Decimal 254 59 119 0 0.77 0.53 0.00 341.54 0.99 0.61
Hex FE 3B 77 0 4D 35 0 156 63 3D
Octal 376 73 167 0 115 65 0 526 143 75
Binary 11111110 111011 1110111 0 1001101 110101 0 101010110 1100011 111101

Color Harmonies of #FE3B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3B77

Black with #FE3B77

Text Example


Text Example

White with #FE3B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3B77; }

 p { color: rgb(254,59,119); }

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

background-color css

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

 a { background-color: rgb(254,59,119); }

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

border-color css

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

 span { border-color: rgb(254,59,119); }

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