Html Css Color HEX #F96CF8 Ultra Pink

📋 copy color: '#F96CF8'

red 249 ◦ green 108 ◦ blue 248

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

Shades of Ultra Pink #F96CF8

Tints of Ultra Pink #F96CF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 40.99%

R = 41.16%
G = 17.85%
B = 40.99%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.00

 K value IS 0.02

RGB Variations

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

Color information

#F96CF8 (or 0xF96CF8) is known color: Ultra Pink. HEX triplet: F9, 6C and F8. RGB value is (249,108,248). Sum of RGB (Red+Green+Blue) = 249+108+248=605 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.16% from 605); Green value is 108 (42.58% from 255 or 17.85% from 605); Blue value is 248 (97.27% from 255 or 40.99% from 605); Max value from RGB is 249 - color contains mainly: red. Hex color #F96CF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F96CF8 is #069307. Grayscale: #A5A5A5. Windows color (decimal): -430856 or 16280825. OLE color: 16280825.

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

Color convert

RGB 249 108 248 -
CMYK 0 0.57 0.00 0.02
HSL 300.43º 0.92% 0.7% -
HSV(B) 300.43º 0.57% 0.98% -
XYZ 61.37 37.64 92.84 -
YUV 166.12 174.21 187.12 -
System Red Green Blue C M Y K H S L
Decimal 249 108 248 0 0.57 0.00 0.02 300.43 0.92 0.7
Hex F9 6C F8 0 39 0 2 12C 5C 46
Octal 371 154 370 0 71 0 2 454 134 106
Binary 11111001 1101100 11111000 0 111001 0 10 100101100 1011100 1000110

Color Harmonies of #F96CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96CF8

Black with #F96CF8

Text Example


Text Example

White with #F96CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96CF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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