Html Css Color HEX #F96EFF Ultra Pink

📋 copy color: '#F96EFF'

red 249 ◦ green 110 ◦ blue 255

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

Shades of Ultra Pink #F96EFF

Tints of Ultra Pink #F96EFF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 17.92%

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

R = 40.55%
G = 17.92%
B = 41.53%

CMYK

 C value IS 0.02

 M value IS 0.57

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F96EFF (or 0xF96EFF) is known color: Ultra Pink. HEX triplet: F9, 6E and FF. RGB value is (249,110,255). Sum of RGB (Red+Green+Blue) = 249+110+255=614 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.55% from 614); Green value is 110 (43.36% from 255 or 17.92% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #F96EFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F96EFF is #069100. Grayscale: #A7A7A7. Windows color (decimal): -430337 or 16740089. OLE color: 16740089.

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

Color convert

RGB 249 110 255 -
CMYK 0.02 0.57 0 0
HSL 297.52º 1% 0.72% -
HSV(B) 297.52º 0.57% 1% -
XYZ 62.69 38.51 98.74 -
YUV 168.09 177.05 185.71 -
System Red Green Blue C M Y K H S L
Decimal 249 110 255 0.02 0.57 0 0 297.52 1 0.72
Hex F9 6E FF 2 39 0 0 12A 64 48
Octal 371 156 377 2 71 0 0 452 144 110
Binary 11111001 1101110 11111111 10 111001 0 0 100101010 1100100 1001000

Color Harmonies of #F96EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96EFF

Black with #F96EFF

Text Example


Text Example

White with #F96EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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