Html Css Color HEX #F96EFE Ultra Pink

📋 copy color: '#F96EFE'

red 249 ◦ green 110 ◦ blue 254

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

Shades of Ultra Pink #F96EFE

Tints of Ultra Pink #F96EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 41.44%

R = 40.62%
G = 17.94%
B = 41.44%

CMYK

 C value IS 0.02

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F96EFE (or 0xF96EFE) is known color: Ultra Pink. HEX triplet: F9, 6E and FE. RGB value is (249,110,254). Sum of RGB (Red+Green+Blue) = 249+110+254=613 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.62% from 613); Green value is 110 (43.36% from 255 or 17.94% from 613); Blue value is 254 (99.61% from 255 or 41.44% from 613); Max value from RGB is 254 - color contains mainly: blue. Hex color #F96EFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F96EFE is #069101. Grayscale: #A7A7A7. Windows color (decimal): -430338 or 16674553. OLE color: 16674553.

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

Color convert

RGB 249 110 254 -
CMYK 0.02 0.57 0 0.00
HSL 297.92º 0.99% 0.71% -
HSV(B) 297.92º 0.57% 1% -
XYZ 62.53 38.45 97.89 -
YUV 167.98 176.55 185.79 -
System Red Green Blue C M Y K H S L
Decimal 249 110 254 0.02 0.57 0 0.00 297.92 0.99 0.71
Hex F9 6E FE 2 39 0 0 12A 63 47
Octal 371 156 376 2 71 0 0 452 143 107
Binary 11111001 1101110 11111110 10 111001 0 0 100101010 1100011 1000111

Color Harmonies of #F96EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96EFE

Black with #F96EFE

Text Example


Text Example

White with #F96EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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