Html Css Color HEX #FE8AF6 Violet

📋 copy color: '#FE8AF6'

red 254 ◦ green 138 ◦ blue 246

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

Shades of Violet #FE8AF6

Tints of Violet #FE8AF6

RGB

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

 GREEN value IS 138 (54.3% from 255) = 21.63%

 BLUE value IS 246 (96.48% from 255) = 38.56%

R = 39.81%
G = 21.63%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.03

 K value IS 0.00

RGB Variations

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

Color information

#FE8AF6 (or 0xFE8AF6) is known color: Violet. HEX triplet: FE, 8A and F6. RGB value is (254,138,246). Sum of RGB (Red+Green+Blue) = 254+138+246=638 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.81% from 638); Green value is 138 (54.30% from 255 or 21.63% from 638); Blue value is 246 (96.48% from 255 or 38.56% from 638); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8AF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE8AF6 is #017509. Grayscale: #B8B8B8. Windows color (decimal): -95498 or 16157438. OLE color: 16157438.

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

Color convert

RGB 254 138 246 -
CMYK 0 0.46 0.03 0.00
HSL 304.14º 0.98% 0.77% -
HSV(B) 304.14º 0.46% 1% -
XYZ 66.6 45.9 92.54 -
YUV 185 162.43 177.22 -
System Red Green Blue C M Y K H S L
Decimal 254 138 246 0 0.46 0.03 0.00 304.14 0.98 0.77
Hex FE 8A F6 0 2E 3 0 130 62 4D
Octal 376 212 366 0 56 3 0 460 142 115
Binary 11111110 10001010 11110110 0 101110 11 0 100110000 1100010 1001101

Color Harmonies of #FE8AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8AF6

Black with #FE8AF6

Text Example


Text Example

White with #FE8AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8AF6; }

 p { color: rgb(254,138,246); }

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

background-color css

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

 a { background-color: rgb(254,138,246); }

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

border-color css

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

 span { border-color: rgb(254,138,246); }

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