Html Css Color HEX #F96FFD Ultra Pink

📋 copy color: '#F96FFD'

red 249 ◦ green 111 ◦ blue 253

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

Shades of Ultra Pink #F96FFD

Tints of Ultra Pink #F96FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 41.27%

R = 40.62%
G = 18.11%
B = 41.27%

CMYK

 C value IS 0.02

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F96FFD (or 0xF96FFD) is known color: Ultra Pink. HEX triplet: F9, 6F and FD. RGB value is (249,111,253). Sum of RGB (Red+Green+Blue) = 249+111+253=613 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.62% from 613); Green value is 111 (43.75% from 255 or 18.11% from 613); Blue value is 253 (99.22% from 255 or 41.27% from 613); Max value from RGB is 253 - color contains mainly: blue. Hex color #F96FFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F96FFD is #069002. Grayscale: #A8A8A8. Windows color (decimal): -430083 or 16609273. OLE color: 16609273.

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

Color convert

RGB 249 111 253 -
CMYK 0.02 0.56 0 0.01
HSL 298.31º 0.97% 0.71% -
HSV(B) 298.31º 0.56% 0.99% -
XYZ 62.48 38.6 97.09 -
YUV 168.45 175.72 185.45 -
System Red Green Blue C M Y K H S L
Decimal 249 111 253 0.02 0.56 0 0.01 298.31 0.97 0.71
Hex F9 6F FD 2 38 0 1 12A 61 47
Octal 371 157 375 2 70 0 1 452 141 107
Binary 11111001 1101111 11111101 10 111000 0 1 100101010 1100001 1000111

Color Harmonies of #F96FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96FFD

Black with #F96FFD

Text Example


Text Example

White with #F96FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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