Html Css Color HEX #F96CEE Ultra Pink

📋 copy color: '#F96CEE'

red 249 ◦ green 108 ◦ blue 238

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

Shades of Ultra Pink #F96CEE

Tints of Ultra Pink #F96CEE

RGB

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

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

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

R = 41.85%
G = 18.15%
B = 40%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#F96CEE (or 0xF96CEE) is known color: Ultra Pink. HEX triplet: F9, 6C and EE. RGB value is (249,108,238). Sum of RGB (Red+Green+Blue) = 249+108+238=595 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.85% from 595); Green value is 108 (42.58% from 255 or 18.15% from 595); Blue value is 238 (93.36% from 255 or 40% from 595); Max value from RGB is 249 - color contains mainly: red. Hex color #F96CEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F96CEE is #069311. Grayscale: #A4A4A4. Windows color (decimal): -430866 or 15625465. OLE color: 15625465.

HSL color Cylindrical-coordinate representation of color #F96CEE: hue angle of 304.68º 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 #F96CEE is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 108 238 -
CMYK 0 0.57 0.04 0.02
HSL 304.68º 0.92% 0.7% -
HSV(B) 304.68º 0.57% 0.98% -
XYZ 59.86 37.04 84.88 -
YUV 164.98 169.21 187.93 -
System Red Green Blue C M Y K H S L
Decimal 249 108 238 0 0.57 0.04 0.02 304.68 0.92 0.7
Hex F9 6C EE 0 39 4 2 131 5C 46
Octal 371 154 356 0 71 4 2 461 134 106
Binary 11111001 1101100 11101110 0 111001 100 10 100110001 1011100 1000110

Color Harmonies of #F96CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96CEE

Black with #F96CEE

Text Example


Text Example

White with #F96CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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