Html Css Color HEX #F993FE Violet

📋 copy color: '#F993FE'

red 249 ◦ green 147 ◦ blue 254

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

Shades of Violet #F993FE

Tints of Violet #F993FE

RGB

 RED value IS 249 (97.66% from 255) = 38.31%

 GREEN value IS 147 (57.81% from 255) = 22.62%

 BLUE value IS 254 (99.61% from 255) = 39.08%

R = 38.31%
G = 22.62%
B = 39.08%

CMYK

 C value IS 0.02

 M value IS 0.42

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F993FE (or 0xF993FE) is known color: Violet. HEX triplet: F9, 93 and FE. RGB value is (249,147,254). Sum of RGB (Red+Green+Blue) = 249+147+254=650 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.31% from 650); Green value is 147 (57.81% from 255 or 22.62% from 650); Blue value is 254 (99.61% from 255 or 39.08% from 650); Max value from RGB is 254 - color contains mainly: blue. Hex color #F993FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F993FE is #066C01. Grayscale: #BDBDBD. Windows color (decimal): -420866 or 16684025. OLE color: 16684025.

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

Color convert

RGB 249 147 254 -
CMYK 0.02 0.42 0 0.00
HSL 297.2º 0.98% 0.79% -
HSV(B) 297.2º 0.42% 1% -
XYZ 67.39 48.16 99.51 -
YUV 189.7 164.29 170.3 -
System Red Green Blue C M Y K H S L
Decimal 249 147 254 0.02 0.42 0 0.00 297.2 0.98 0.79
Hex F9 93 FE 2 2A 0 0 129 62 4F
Octal 371 223 376 2 52 0 0 451 142 117
Binary 11111001 10010011 11111110 10 101010 0 0 100101001 1100010 1001111

Color Harmonies of #F993FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F993FE

Black with #F993FE

Text Example


Text Example

White with #F993FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F993FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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