Html Css Color HEX #F96DFB Ultra Pink

📋 copy color: '#F96DFB'

red 249 ◦ green 109 ◦ blue 251

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

Shades of Ultra Pink #F96DFB

Tints of Ultra Pink #F96DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 41.22%

R = 40.89%
G = 17.9%
B = 41.22%

CMYK

 C value IS 0.01

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F96DFB (or 0xF96DFB) is known color: Ultra Pink. HEX triplet: F9, 6D and FB. RGB value is (249,109,251). Sum of RGB (Red+Green+Blue) = 249+109+251=609 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.89% from 609); Green value is 109 (42.97% from 255 or 17.90% from 609); Blue value is 251 (98.44% from 255 or 41.22% from 609); Max value from RGB is 251 - color contains mainly: blue. Hex color #F96DFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F96DFB is #069204. Grayscale: #A6A6A6. Windows color (decimal): -430597 or 16477689. OLE color: 16477689.

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

Color convert

RGB 249 109 251 -
CMYK 0.01 0.57 0 0.02
HSL 299.15º 0.95% 0.71% -
HSV(B) 299.15º 0.57% 0.98% -
XYZ 61.95 38.04 95.34 -
YUV 167.05 175.38 186.45 -
System Red Green Blue C M Y K H S L
Decimal 249 109 251 0.01 0.57 0 0.02 299.15 0.95 0.71
Hex F9 6D FB 1 39 0 2 12B 5F 47
Octal 371 155 373 1 71 0 2 453 137 107
Binary 11111001 1101101 11111011 1 111001 0 10 100101011 1011111 1000111

Color Harmonies of #F96DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96DFB

Black with #F96DFB

Text Example


Text Example

White with #F96DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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