#FD6CF5

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

Shades of Ultra Pink #FD6CF5

Tints of Ultra Pink #FD6CF5

Color information

#FD6CF5 (or 0xFD6CF5) is unknown color: approx Ultra Pink. HEX triplet: FD, 6C and F5. RGB value is (253,108,245). Sum of RGB (Red+Green+Blue) = 253+108+245=606 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.75% from 606); Green value is 108 (42.58% from 255 or 17.82% from 606); Blue value is 245 (96.09% from 255 or 40.43% from 606); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6CF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD6CF5 is #02930A. Grayscale: #A6A6A6. Windows color (decimal): -168715 or 16084221. OLE color: 16084221.

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

Color convert

RGB253108245-
CMYK00.570.030.01
HSL303.31º97.32%70.78%-
HSV(B)303.31º57.31%99.22%-
XYZ62.3538.290.47-
YUV166.97172.04189.36-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.75%
GREEN value IS 108 (42.58% from 255) = 17.82%
BLUE value IS 245 (96.09% from 255) = 40.43%
R=41.75%
G=17.82%
B=40.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25310824500.570.030.01303.3197.3270.78
HexFD6CF50393112f6147
Octal37515436507131457141107
Binary11111101110110011110101011100111110010111111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD6CF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD6CF5; }

 p { color: rgb(253,108,245); }

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

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

 a { background-color: rgb(253,108,245); }

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

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

 span { border-color: rgb(253,108,245); }

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