Html Css Color HEX #F96FF6 Ultra Pink

📋 copy color: '#F96FF6'

red 249 ◦ green 111 ◦ blue 246

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

Shades of Ultra Pink #F96FF6

Tints of Ultra Pink #F96FF6

RGB

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

 GREEN value IS 111 (43.75% from 255) = 18.32%

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

R = 41.09%
G = 18.32%
B = 40.59%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#F96FF6 (or 0xF96FF6) is known color: Ultra Pink. HEX triplet: F9, 6F and F6. RGB value is (249,111,246). Sum of RGB (Red+Green+Blue) = 249+111+246=606 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.09% from 606); Green value is 111 (43.75% from 255 or 18.32% from 606); Blue value is 246 (96.48% from 255 or 40.59% from 606); Max value from RGB is 249 - color contains mainly: red. Hex color #F96FF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F96FF6 is #069009. Grayscale: #A7A7A7. Windows color (decimal): -430090 or 16150521. OLE color: 16150521.

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

Color convert

RGB 249 111 246 -
CMYK 0 0.55 0.01 0.02
HSL 301.3º 0.92% 0.71% -
HSV(B) 301.3º 0.55% 0.98% -
XYZ 61.39 38.16 91.32 -
YUV 167.65 172.22 186.02 -
System Red Green Blue C M Y K H S L
Decimal 249 111 246 0 0.55 0.01 0.02 301.3 0.92 0.71
Hex F9 6F F6 0 37 1 2 12D 5C 47
Octal 371 157 366 0 67 1 2 455 134 107
Binary 11111001 1101111 11110110 0 110111 1 10 100101101 1011100 1000111

Color Harmonies of #F96FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96FF6

Black with #F96FF6

Text Example


Text Example

White with #F96FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96FF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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