#FD6DFA

Color #FD6DFA Ultra Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultra Pink #FD6DFA

Tints of Ultra Pink #FD6DFA

Color information

#FD6DFA (or 0xFD6DFA) is unknown color: approx Ultra Pink. HEX triplet: FD, 6D and FA. RGB value is (253,109,250). Sum of RGB (Red+Green+Blue) = 253+109+250=612 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.34% from 612); Green value is 109 (42.97% from 255 or 17.81% from 612); Blue value is 250 (98.05% from 255 or 40.85% from 612); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6DFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD6DFA is #029205. Grayscale: #A7A7A7. Windows color (decimal): -168454 or 16412157. OLE color: 16412157.

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

Color convert

RGB253109250-
CMYK00.570.010.01
HSL301.25º97.3%70.98%-
HSV(B)301.25º56.92%99.22%-
XYZ63.2338.7294.58-
YUV168.13174.21188.54-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.34%
GREEN value IS 109 (42.97% from 255) = 17.81%
BLUE value IS 250 (98.05% from 255) = 40.85%
R=41.34%
G=17.81%
B=40.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25310925000.570.010.01301.2597.370.98
HexFD6DFA0391112d6147
Octal37515537207111455141107
Binary1111110111011011111101001110011110010110111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD6DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD6DFA; }

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

 H1.HeaderClassName
 {
   color: #FD6DFA;
 }
 .AnyTagClassName
 {
   color: #FD6DFA;
 }
</style>
background-color css

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

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

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

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

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

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