Html Css Color HEX #F96BFF Ultra Pink

📋 copy color: '#F96BFF'

red 249 ◦ green 107 ◦ blue 255

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

Shades of Ultra Pink #F96BFF

Tints of Ultra Pink #F96BFF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 17.51%

 BLUE value IS 255 (100% from 255) = 41.73%

R = 40.75%
G = 17.51%
B = 41.73%

CMYK

 C value IS 0.02

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F96BFF (or 0xF96BFF) is known color: Ultra Pink. HEX triplet: F9, 6B and FF. RGB value is (249,107,255). Sum of RGB (Red+Green+Blue) = 249+107+255=611 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.75% from 611); Green value is 107 (42.19% from 255 or 17.51% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #F96BFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F96BFF is #069400. Grayscale: #A5A5A5. Windows color (decimal): -431105 or 16739321. OLE color: 16739321.

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

Color convert

RGB 249 107 255 -
CMYK 0.02 0.58 0 0
HSL 297.57º 1% 0.71% -
HSV(B) 297.57º 0.58% 1% -
XYZ 62.37 37.88 98.63 -
YUV 166.33 178.04 186.97 -
System Red Green Blue C M Y K H S L
Decimal 249 107 255 0.02 0.58 0 0 297.57 1 0.71
Hex F9 6B FF 2 3A 0 0 12A 64 47
Octal 371 153 377 2 72 0 0 452 144 107
Binary 11111001 1101011 11111111 10 111010 0 0 100101010 1100100 1000111

Color Harmonies of #F96BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96BFF

Black with #F96BFF

Text Example


Text Example

White with #F96BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96BFF; }

 p { color: rgb(249,107,255); }

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

background-color css

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

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

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

border-color css

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

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

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