Html Css Color HEX #F96FF0 Ultra Pink

📋 copy color: '#F96FF0'

red 249 ◦ green 111 ◦ blue 240

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

Shades of Ultra Pink #F96FF0

Tints of Ultra Pink #F96FF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 40%

R = 41.5%
G = 18.5%
B = 40%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#F96FF0 (or 0xF96FF0) is known color: Ultra Pink. HEX triplet: F9, 6F and F0. RGB value is (249,111,240). Sum of RGB (Red+Green+Blue) = 249+111+240=600 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.5% from 600); Green value is 111 (43.75% from 255 or 18.5% from 600); Blue value is 240 (94.14% from 255 or 40% from 600); Max value from RGB is 249 - color contains mainly: red. Hex color #F96FF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F96FF0 is #06900F. Grayscale: #A6A6A6. Windows color (decimal): -430096 or 15757305. OLE color: 15757305.

HSL color Cylindrical-coordinate representation of color #F96FF0: hue angle of 303.91º 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 #F96FF0 is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 111 240 -
CMYK 0 0.55 0.04 0.02
HSL 303.91º 0.92% 0.71% -
HSV(B) 303.91º 0.55% 0.98% -
XYZ 60.48 37.8 86.55 -
YUV 166.97 169.22 186.51 -
System Red Green Blue C M Y K H S L
Decimal 249 111 240 0 0.55 0.04 0.02 303.91 0.92 0.71
Hex F9 6F F0 0 37 4 2 130 5C 47
Octal 371 157 360 0 67 4 2 460 134 107
Binary 11111001 1101111 11110000 0 110111 100 10 100110000 1011100 1000111

Color Harmonies of #F96FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96FF0

Black with #F96FF0

Text Example


Text Example

White with #F96FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96FF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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