Html Css Color HEX #F96DED Ultra Pink

📋 copy color: '#F96DED'

red 249 ◦ green 109 ◦ blue 237

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

Shades of Ultra Pink #F96DED

Tints of Ultra Pink #F96DED

RGB

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

 GREEN value IS 109 (42.97% from 255) = 18.32%

 BLUE value IS 237 (92.97% from 255) = 39.83%

R = 41.85%
G = 18.32%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#F96DED (or 0xF96DED) is known color: Ultra Pink. HEX triplet: F9, 6D and ED. RGB value is (249,109,237). Sum of RGB (Red+Green+Blue) = 249+109+237=595 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.85% from 595); Green value is 109 (42.97% from 255 or 18.32% from 595); Blue value is 237 (92.97% from 255 or 39.83% from 595); Max value from RGB is 249 - color contains mainly: red. Hex color #F96DED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F96DED is #069212. Grayscale: #A5A5A5. Windows color (decimal): -430611 or 15560185. OLE color: 15560185.

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

Color convert

RGB 249 109 237 -
CMYK 0 0.56 0.05 0.02
HSL 305.14º 0.92% 0.7% -
HSV(B) 305.14º 0.56% 0.98% -
XYZ 59.82 37.19 84.15 -
YUV 165.45 168.38 187.59 -
System Red Green Blue C M Y K H S L
Decimal 249 109 237 0 0.56 0.05 0.02 305.14 0.92 0.7
Hex F9 6D ED 0 38 5 2 131 5C 46
Octal 371 155 355 0 70 5 2 461 134 106
Binary 11111001 1101101 11101101 0 111000 101 10 100110001 1011100 1000110

Color Harmonies of #F96DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96DED

Black with #F96DED

Text Example


Text Example

White with #F96DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96DED; }

 p { color: rgb(249,109,237); }

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

background-color css

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

 a { background-color: rgb(249,109,237); }

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

border-color css

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

 span { border-color: rgb(249,109,237); }

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