Html Css Color HEX #F997FC Violet

📋 copy color: '#F997FC'

red 249 ◦ green 151 ◦ blue 252

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

Shades of Violet #F997FC

Tints of Violet #F997FC

RGB

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

 GREEN value IS 151 (59.38% from 255) = 23.16%

 BLUE value IS 252 (98.83% from 255) = 38.65%

R = 38.19%
G = 23.16%
B = 38.65%

CMYK

 C value IS 0.01

 M value IS 0.40

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F997FC (or 0xF997FC) is known color: Violet. HEX triplet: F9, 97 and FC. RGB value is (249,151,252). Sum of RGB (Red+Green+Blue) = 249+151+252=652 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.19% from 652); Green value is 151 (59.38% from 255 or 23.16% from 652); Blue value is 252 (98.83% from 255 or 38.65% from 652); Max value from RGB is 252 - color contains mainly: blue. Hex color #F997FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F997FC is #066803. Grayscale: #BFBFBF. Windows color (decimal): -419844 or 16553977. OLE color: 16553977.

HSL color Cylindrical-coordinate representation of color #F997FC: hue angle of 298.22º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F997FC is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 249 151 252 -
CMYK 0.01 0.40 0 0.01
HSL 298.22º 0.94% 0.79% -
HSV(B) 298.22º 0.4% 0.99% -
XYZ 67.7 49.3 98.04 -
YUV 191.82 161.97 168.79 -
System Red Green Blue C M Y K H S L
Decimal 249 151 252 0.01 0.40 0 0.01 298.22 0.94 0.79
Hex F9 97 FC 1 28 0 1 12A 5E 4F
Octal 371 227 374 1 50 0 1 452 136 117
Binary 11111001 10010111 11111100 1 101000 0 1 100101010 1011110 1001111

Color Harmonies of #F997FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F997FC

Black with #F997FC

Text Example


Text Example

White with #F997FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F997FC; }

 p { color: rgb(249,151,252); }

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

background-color css

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

 a { background-color: rgb(249,151,252); }

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

border-color css

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

 span { border-color: rgb(249,151,252); }

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