Html Css Color HEX #F993FF Violet

📋 copy color: '#F993FF'

red 249 ◦ green 147 ◦ blue 255

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

Shades of Violet #F993FF

Tints of Violet #F993FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.17%

R = 38.25%
G = 22.58%
B = 39.17%

CMYK

 C value IS 0.02

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F993FF (or 0xF993FF) is known color: Violet. HEX triplet: F9, 93 and FF. RGB value is (249,147,255). Sum of RGB (Red+Green+Blue) = 249+147+255=651 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.25% from 651); Green value is 147 (57.81% from 255 or 22.58% from 651); Blue value is 255 (100% from 255 or 39.17% from 651); Max value from RGB is 255 - color contains mainly: blue. Hex color #F993FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F993FF is #066C00. Grayscale: #BDBDBD. Windows color (decimal): -420865 or 16749561. OLE color: 16749561.

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

Color convert

RGB 249 147 255 -
CMYK 0.02 0.42 0 0
HSL 296.67º 1% 0.79% -
HSV(B) 296.67º 0.42% 1% -
XYZ 67.55 48.23 100.36 -
YUV 189.81 164.79 170.22 -
System Red Green Blue C M Y K H S L
Decimal 249 147 255 0.02 0.42 0 0 296.67 1 0.79
Hex F9 93 FF 2 2A 0 0 129 64 4F
Octal 371 223 377 2 52 0 0 451 144 117
Binary 11111001 10010011 11111111 10 101010 0 0 100101001 1100100 1001111

Color Harmonies of #F993FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F993FF

Black with #F993FF

Text Example


Text Example

White with #F993FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F993FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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