Html Css Color HEX #F97FF2 Violet

📋 copy color: '#F97FF2'

red 249 ◦ green 127 ◦ blue 242

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

Shades of Violet #F97FF2

Tints of Violet #F97FF2

RGB

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

 GREEN value IS 127 (50% from 255) = 20.55%

 BLUE value IS 242 (94.92% from 255) = 39.16%

R = 40.29%
G = 20.55%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#F97FF2 (or 0xF97FF2) is known color: Violet. HEX triplet: F9, 7F and F2. RGB value is (249,127,242). Sum of RGB (Red+Green+Blue) = 249+127+242=618 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.29% from 618); Green value is 127 (50% from 255 or 20.55% from 618); Blue value is 242 (94.92% from 255 or 39.16% from 618); Max value from RGB is 249 - color contains mainly: red. Hex color #F97FF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F97FF2 is #06800D. Grayscale: #B0B0B0. Windows color (decimal): -425998 or 15892473. OLE color: 15892473.

HSL color Cylindrical-coordinate representation of color #F97FF2: hue angle of 303.44º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F97FF2 is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 127 242 -
CMYK 0 0.49 0.03 0.02
HSL 303.44º 0.91% 0.74% -
HSV(B) 303.44º 0.49% 0.98% -
XYZ 62.68 41.73 88.76 -
YUV 176.59 164.92 179.65 -
System Red Green Blue C M Y K H S L
Decimal 249 127 242 0 0.49 0.03 0.02 303.44 0.91 0.74
Hex F9 7F F2 0 31 3 2 12F 5B 4A
Octal 371 177 362 0 61 3 2 457 133 112
Binary 11111001 1111111 11110010 0 110001 11 10 100101111 1011011 1001010

Color Harmonies of #F97FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97FF2

Black with #F97FF2

Text Example


Text Example

White with #F97FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97FF2; }

 p { color: rgb(249,127,242); }

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

background-color css

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

 a { background-color: rgb(249,127,242); }

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

border-color css

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

 span { border-color: rgb(249,127,242); }

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