Html Css Color HEX #FE2F7E Violet Red

📋 copy color: '#FE2F7E'

red 254 ◦ green 47 ◦ blue 126

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

Shades of Violet Red #FE2F7E

Tints of Violet Red #FE2F7E

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.01%

 BLUE value IS 126 (49.61% from 255) = 29.51%

R = 59.48%
G = 11.01%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FE2F7E (or 0xFE2F7E) is known color: Violet Red. HEX triplet: FE, 2F and 7E. RGB value is (254,47,126). Sum of RGB (Red+Green+Blue) = 254+47+126=427 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.48% from 427); Green value is 47 (18.75% from 255 or 11.01% from 427); Blue value is 126 (49.61% from 255 or 29.51% from 427); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2F7E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2F7E is #01D081. Grayscale: #757575. Windows color (decimal): -118914 or 8269822. OLE color: 8269822.

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

Color convert

RGB 254 47 126 -
CMYK 0 0.81 0.50 0.00
HSL 337.1º 0.99% 0.59% -
HSV(B) 337.1º 0.81% 1% -
XYZ 45.66 24.61 22.08 -
YUV 117.9 132.58 225.08 -
System Red Green Blue C M Y K H S L
Decimal 254 47 126 0 0.81 0.50 0.00 337.1 0.99 0.59
Hex FE 2F 7E 0 51 32 0 151 63 3B
Octal 376 57 176 0 121 62 0 521 143 73
Binary 11111110 101111 1111110 0 1010001 110010 0 101010001 1100011 111011

Color Harmonies of #FE2F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2F7E

Black with #FE2F7E

Text Example


Text Example

White with #FE2F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2F7E; }

 p { color: rgb(254,47,126); }

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

background-color css

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

 a { background-color: rgb(254,47,126); }

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

border-color css

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

 span { border-color: rgb(254,47,126); }

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