Html Css Color HEX #FE307F Violet Red

📋 copy color: '#FE307F'

red 254 ◦ green 48 ◦ blue 127

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

Shades of Violet Red #FE307F

Tints of Violet Red #FE307F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.19%

 BLUE value IS 127 (50% from 255) = 29.6%

R = 59.21%
G = 11.19%
B = 29.6%

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

#FE307F (or 0xFE307F) is known color: Violet Red. HEX triplet: FE, 30 and 7F. RGB value is (254,48,127). Sum of RGB (Red+Green+Blue) = 254+48+127=429 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.21% from 429); Green value is 48 (19.14% from 255 or 11.19% from 429); Blue value is 127 (50% from 255 or 29.60% from 429); Max value from RGB is 254 - color contains mainly: red. Hex color #FE307F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE307F is #01CF80. Grayscale: #767676. Windows color (decimal): -118657 or 8335614. OLE color: 8335614.

HSL color Cylindrical-coordinate representation of color #FE307F: hue angle of 336.99º 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 #FE307F is Cyan = 0, Magento = 0.81, Yellow = 0.50 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 48 127 -
CMYK 0 0.81 0.50 0.00
HSL 336.99º 0.99% 0.59% -
HSV(B) 336.99º 0.81% 1% -
XYZ 45.76 24.72 22.44 -
YUV 118.6 132.75 224.58 -
System Red Green Blue C M Y K H S L
Decimal 254 48 127 0 0.81 0.50 0.00 336.99 0.99 0.59
Hex FE 30 7F 0 51 32 0 151 63 3B
Octal 376 60 177 0 121 62 0 521 143 73
Binary 11111110 110000 1111111 0 1010001 110010 0 101010001 1100011 111011

Color Harmonies of #FE307F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE307F

Black with #FE307F

Text Example


Text Example

White with #FE307F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE307F; }

 p { color: rgb(254,48,127); }

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

background-color css

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

 a { background-color: rgb(254,48,127); }

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

border-color css

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

 span { border-color: rgb(254,48,127); }

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