Html Css Color HEX #FE8CF9 Violet

📋 copy color: '#FE8CF9'

red 254 ◦ green 140 ◦ blue 249

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

Shades of Violet #FE8CF9

Tints of Violet #FE8CF9

RGB

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

 GREEN value IS 140 (55.08% from 255) = 21.77%

 BLUE value IS 249 (97.66% from 255) = 38.72%

R = 39.5%
G = 21.77%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#FE8CF9 (or 0xFE8CF9) is known color: Violet. HEX triplet: FE, 8C and F9. RGB value is (254,140,249). Sum of RGB (Red+Green+Blue) = 254+140+249=643 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.50% from 643); Green value is 140 (55.08% from 255 or 21.77% from 643); Blue value is 249 (97.66% from 255 or 38.72% from 643); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8CF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE8CF9 is #017306. Grayscale: #BABABA. Windows color (decimal): -94983 or 16354558. OLE color: 16354558.

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

Color convert

RGB 254 140 249 -
CMYK 0 0.45 0.02 0.00
HSL 302.63º 0.98% 0.77% -
HSV(B) 302.63º 0.45% 1% -
XYZ 67.35 46.67 95.08 -
YUV 186.51 163.27 176.14 -
System Red Green Blue C M Y K H S L
Decimal 254 140 249 0 0.45 0.02 0.00 302.63 0.98 0.77
Hex FE 8C F9 0 2D 2 0 12F 62 4D
Octal 376 214 371 0 55 2 0 457 142 115
Binary 11111110 10001100 11111001 0 101101 10 0 100101111 1100010 1001101

Color Harmonies of #FE8CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8CF9

Black with #FE8CF9

Text Example


Text Example

White with #FE8CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8CF9; }

 p { color: rgb(254,140,249); }

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

background-color css

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

 a { background-color: rgb(254,140,249); }

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

border-color css

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

 span { border-color: rgb(254,140,249); }

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