#F56CFD

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

Shades of Ultra Pink #F56CFD

Tints of Ultra Pink #F56CFD

Color information

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

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

Color convert

RGB245108253-
CMYK0.030.5700.01
HSL296.69º97.32%70.78%-
HSV(B)296.69º57.31%99.22%-
XYZ60.7537.2396.91-
YUV165.49177.39184.71-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2451082530.030.5700.01296.6997.3270.78
HexF56CFD339011296147
Octal36515437537101451141107
Binary11110101110110011111101111110010110010100111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F56CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F56CFD; }

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

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

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

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

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

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

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

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