Html Css Color HEX #F96FEE Ultra Pink

📋 copy color: '#F96FEE'

red 249 ◦ green 111 ◦ blue 238

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

Shades of Ultra Pink #F96FEE

Tints of Ultra Pink #F96FEE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 18.56%

 BLUE value IS 238 (93.36% from 255) = 39.8%

R = 41.64%
G = 18.56%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#F96FEE (or 0xF96FEE) is known color: Ultra Pink. HEX triplet: F9, 6F and EE. RGB value is (249,111,238). Sum of RGB (Red+Green+Blue) = 249+111+238=598 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.64% from 598); Green value is 111 (43.75% from 255 or 18.56% from 598); Blue value is 238 (93.36% from 255 or 39.80% from 598); Max value from RGB is 249 - color contains mainly: red. Hex color #F96FEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F96FEE is #069011. Grayscale: #A6A6A6. Windows color (decimal): -430098 or 15626233. OLE color: 15626233.

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

Color convert

RGB 249 111 238 -
CMYK 0 0.55 0.04 0.02
HSL 304.78º 0.92% 0.71% -
HSV(B) 304.78º 0.55% 0.98% -
XYZ 60.18 37.68 84.99 -
YUV 166.74 168.22 186.67 -
System Red Green Blue C M Y K H S L
Decimal 249 111 238 0 0.55 0.04 0.02 304.78 0.92 0.71
Hex F9 6F EE 0 37 4 2 131 5C 47
Octal 371 157 356 0 67 4 2 461 134 107
Binary 11111001 1101111 11101110 0 110111 100 10 100110001 1011100 1000111

Color Harmonies of #F96FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96FEE

Black with #F96FEE

Text Example


Text Example

White with #F96FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96FEE; }

 p { color: rgb(249,111,238); }

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

background-color css

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

 a { background-color: rgb(249,111,238); }

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

border-color css

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

 span { border-color: rgb(249,111,238); }

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