Html Css Color HEX #F992FE Violet

📋 copy color: '#F992FE'

red 249 ◦ green 146 ◦ blue 254

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

Shades of Violet #F992FE

Tints of Violet #F992FE

RGB

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

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

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

R = 38.37%
G = 22.5%
B = 39.14%

CMYK

 C value IS 0.02

 M value IS 0.43

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F992FE (or 0xF992FE) is known color: Violet. HEX triplet: F9, 92 and FE. RGB value is (249,146,254). Sum of RGB (Red+Green+Blue) = 249+146+254=649 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.37% from 649); Green value is 146 (57.42% from 255 or 22.50% from 649); Blue value is 254 (99.61% from 255 or 39.14% from 649); Max value from RGB is 254 - color contains mainly: blue. Hex color #F992FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F992FE is #066D01. Grayscale: #BCBCBC. Windows color (decimal): -421122 or 16683769. OLE color: 16683769.

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

Color convert

RGB 249 146 254 -
CMYK 0.02 0.43 0 0.00
HSL 297.22º 0.98% 0.78% -
HSV(B) 297.22º 0.43% 1% -
XYZ 67.24 47.85 99.46 -
YUV 189.11 164.62 170.72 -
System Red Green Blue C M Y K H S L
Decimal 249 146 254 0.02 0.43 0 0.00 297.22 0.98 0.78
Hex F9 92 FE 2 2B 0 0 129 62 4E
Octal 371 222 376 2 53 0 0 451 142 116
Binary 11111001 10010010 11111110 10 101011 0 0 100101001 1100010 1001110

Color Harmonies of #F992FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F992FE

Black with #F992FE

Text Example


Text Example

White with #F992FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F992FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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