Html Css Color HEX #FD6DF9 Ultra Pink

📋 copy color: '#FD6DF9'

red 253 ◦ green 109 ◦ blue 249

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

Shades of Ultra Pink #FD6DF9

Tints of Ultra Pink #FD6DF9

RGB

 RED value IS 253 (99.22% from 255) = 41.41%

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

 BLUE value IS 249 (97.66% from 255) = 40.75%

R = 41.41%
G = 17.84%
B = 40.75%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FD6DF9 (or 0xFD6DF9) is known color: Ultra Pink. HEX triplet: FD, 6D and F9. RGB value is (253,109,249). Sum of RGB (Red+Green+Blue) = 253+109+249=611 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.41% from 611); Green value is 109 (42.97% from 255 or 17.84% from 611); Blue value is 249 (97.66% from 255 or 40.75% from 611); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6DF9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD6DF9 is #029206. Grayscale: #A7A7A7. Windows color (decimal): -168455 or 16346621. OLE color: 16346621.

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

Color convert

RGB 253 109 249 -
CMYK 0 0.57 0.02 0.01
HSL 301.67º 0.97% 0.71% -
HSV(B) 301.67º 0.57% 0.99% -
XYZ 63.08 38.66 93.76 -
YUV 168.02 173.71 188.62 -
System Red Green Blue C M Y K H S L
Decimal 253 109 249 0 0.57 0.02 0.01 301.67 0.97 0.71
Hex FD 6D F9 0 39 2 1 12E 61 47
Octal 375 155 371 0 71 2 1 456 141 107
Binary 11111101 1101101 11111001 0 111001 10 1 100101110 1100001 1000111

Color Harmonies of #FD6DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6DF9

Black with #FD6DF9

Text Example


Text Example

White with #FD6DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6DF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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