Html Css Color HEX #F96EFC Ultra Pink

📋 copy color: '#F96EFC'

red 249 ◦ green 110 ◦ blue 252

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

Shades of Ultra Pink #F96EFC

Tints of Ultra Pink #F96EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 41.24%

R = 40.75%
G = 18%
B = 41.24%

CMYK

 C value IS 0.01

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F96EFC (or 0xF96EFC) is known color: Ultra Pink. HEX triplet: F9, 6E and FC. RGB value is (249,110,252). Sum of RGB (Red+Green+Blue) = 249+110+252=611 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.75% from 611); Green value is 110 (43.36% from 255 or 18.00% from 611); Blue value is 252 (98.83% from 255 or 41.24% from 611); Max value from RGB is 252 - color contains mainly: blue. Hex color #F96EFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F96EFC is #069103. Grayscale: #A7A7A7. Windows color (decimal): -430340 or 16543481. OLE color: 16543481.

HSL color Cylindrical-coordinate representation of color #F96EFC: hue angle of 298.73º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F96EFC is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 249 110 252 -
CMYK 0.01 0.56 0 0.01
HSL 298.73º 0.96% 0.71% -
HSV(B) 298.73º 0.56% 0.99% -
XYZ 62.21 38.32 96.21 -
YUV 167.75 175.55 185.95 -
System Red Green Blue C M Y K H S L
Decimal 249 110 252 0.01 0.56 0 0.01 298.73 0.96 0.71
Hex F9 6E FC 1 38 0 1 12B 60 47
Octal 371 156 374 1 70 0 1 453 140 107
Binary 11111001 1101110 11111100 1 111000 0 1 100101011 1100000 1000111

Color Harmonies of #F96EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96EFC

Black with #F96EFC

Text Example


Text Example

White with #F96EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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