Html Css Color HEX #F96CF6 Ultra Pink

📋 copy color: '#F96CF6'

red 249 ◦ green 108 ◦ blue 246

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

Shades of Ultra Pink #F96CF6

Tints of Ultra Pink #F96CF6

RGB

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

 GREEN value IS 108 (42.58% from 255) = 17.91%

 BLUE value IS 246 (96.48% from 255) = 40.8%

R = 41.29%
G = 17.91%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#F96CF6 (or 0xF96CF6) is known color: Ultra Pink. HEX triplet: F9, 6C and F6. RGB value is (249,108,246). Sum of RGB (Red+Green+Blue) = 249+108+246=603 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.29% from 603); Green value is 108 (42.58% from 255 or 17.91% from 603); Blue value is 246 (96.48% from 255 or 40.80% from 603); Max value from RGB is 249 - color contains mainly: red. Hex color #F96CF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F96CF6 is #069309. Grayscale: #A5A5A5. Windows color (decimal): -430858 or 16149753. OLE color: 16149753.

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

Color convert

RGB 249 108 246 -
CMYK 0 0.57 0.01 0.02
HSL 301.28º 0.92% 0.7% -
HSV(B) 301.28º 0.57% 0.98% -
XYZ 61.06 37.52 91.21 -
YUV 165.89 173.21 187.28 -
System Red Green Blue C M Y K H S L
Decimal 249 108 246 0 0.57 0.01 0.02 301.28 0.92 0.7
Hex F9 6C F6 0 39 1 2 12D 5C 46
Octal 371 154 366 0 71 1 2 455 134 106
Binary 11111001 1101100 11110110 0 111001 1 10 100101101 1011100 1000110

Color Harmonies of #F96CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96CF6

Black with #F96CF6

Text Example


Text Example

White with #F96CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96CF6; }

 p { color: rgb(249,108,246); }

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

background-color css

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

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

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

border-color css

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

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

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