Html Css Color HEX #F992FD Violet

📋 copy color: '#F992FD'

red 249 ◦ green 146 ◦ blue 253

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

Shades of Violet #F992FD

Tints of Violet #F992FD

RGB

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

 GREEN value IS 146 (57.42% from 255) = 22.53%

 BLUE value IS 253 (99.22% from 255) = 39.04%

R = 38.43%
G = 22.53%
B = 39.04%

CMYK

 C value IS 0.02

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F992FD (or 0xF992FD) is known color: Violet. HEX triplet: F9, 92 and FD. RGB value is (249,146,253). Sum of RGB (Red+Green+Blue) = 249+146+253=648 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.43% from 648); Green value is 146 (57.42% from 255 or 22.53% from 648); Blue value is 253 (99.22% from 255 or 39.04% from 648); Max value from RGB is 253 - color contains mainly: blue. Hex color #F992FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F992FD is #066D02. Grayscale: #BCBCBC. Windows color (decimal): -421123 or 16618233. OLE color: 16618233.

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

Color convert

RGB 249 146 253 -
CMYK 0.02 0.42 0 0.01
HSL 297.76º 0.96% 0.78% -
HSV(B) 297.76º 0.42% 0.99% -
XYZ 67.08 47.79 98.62 -
YUV 189 164.12 170.8 -
System Red Green Blue C M Y K H S L
Decimal 249 146 253 0.02 0.42 0 0.01 297.76 0.96 0.78
Hex F9 92 FD 2 2A 0 1 12A 60 4E
Octal 371 222 375 2 52 0 1 452 140 116
Binary 11111001 10010010 11111101 10 101010 0 1 100101010 1100000 1001110

Color Harmonies of #F992FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F992FD

Black with #F992FD

Text Example


Text Example

White with #F992FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F992FD; }

 p { color: rgb(249,146,253); }

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

background-color css

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

 a { background-color: rgb(249,146,253); }

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

border-color css

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

 span { border-color: rgb(249,146,253); }

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