Html Css Color HEX #F96DF9 Ultra Pink

📋 copy color: '#F96DF9'

red 249 ◦ green 109 ◦ blue 249

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

Shades of Ultra Pink #F96DF9

Tints of Ultra Pink #F96DF9

RGB

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

 GREEN value IS 109 (42.97% from 255) = 17.96%

 BLUE value IS 249 (97.66% from 255) = 41.02%

R = 41.02%
G = 17.96%
B = 41.02%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F96DF9 (or 0xF96DF9) is known color: Ultra Pink. HEX triplet: F9, 6D and F9. RGB value is (249,109,249). Sum of RGB (Red+Green+Blue) = 249+109+249=607 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.02% from 607); Green value is 109 (42.97% from 255 or 17.96% from 607); Blue value is 249 (97.66% from 255 or 41.02% from 607); Max value from RGB is 249 - color contains mainly: red, blue. Hex color #F96DF9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F96DF9 is #069206. Grayscale: #A6A6A6. Windows color (decimal): -430599 or 16346617. OLE color: 16346617.

HSL color Cylindrical-coordinate representation of color #F96DF9: hue angle of 300º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F96DF9 is Cyan = 0, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 109 249 -
CMYK 0 0.56 0 0.02
HSL 300º 0.92% 0.7% -
HSV(B) 300º 0.56% 0.98% -
XYZ 61.63 37.92 93.69 -
YUV 166.82 174.38 186.62 -
System Red Green Blue C M Y K H S L
Decimal 249 109 249 0 0.56 0 0.02 300 0.92 0.7
Hex F9 6D F9 0 38 0 2 12C 5C 46
Octal 371 155 371 0 70 0 2 454 134 106
Binary 11111001 1101101 11111001 0 111000 0 10 100101100 1011100 1000110

Color Harmonies of #F96DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96DF9

Black with #F96DF9

Text Example


Text Example

White with #F96DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96DF9; }

 p { color: rgb(249,109,249); }

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

background-color css

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

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

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

border-color css

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

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

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