Html Css Color HEX #F96CFF Ultra Pink

📋 copy color: '#F96CFF'

red 249 ◦ green 108 ◦ blue 255

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

Shades of Ultra Pink #F96CFF

Tints of Ultra Pink #F96CFF

RGB

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

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

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

R = 40.69%
G = 17.65%
B = 41.67%

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

#F96CFF (or 0xF96CFF) is known color: Ultra Pink. HEX triplet: F9, 6C and FF. RGB value is (249,108,255). Sum of RGB (Red+Green+Blue) = 249+108+255=612 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.69% from 612); Green value is 108 (42.58% from 255 or 17.65% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #F96CFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F96CFF is #069300. Grayscale: #A6A6A6. Windows color (decimal): -430849 or 16739577. OLE color: 16739577.

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

Color convert

RGB 249 108 255 -
CMYK 0.02 0.58 0 0
HSL 297.55º 1% 0.71% -
HSV(B) 297.55º 0.58% 1% -
XYZ 62.48 38.08 98.67 -
YUV 166.92 177.71 186.55 -
System Red Green Blue C M Y K H S L
Decimal 249 108 255 0.02 0.58 0 0 297.55 1 0.71
Hex F9 6C FF 2 3A 0 0 12A 64 47
Octal 371 154 377 2 72 0 0 452 144 107
Binary 11111001 1101100 11111111 10 111010 0 0 100101010 1100100 1000111

Color Harmonies of #F96CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96CFF

Black with #F96CFF

Text Example


Text Example

White with #F96CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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