#FF6DEA

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

Shades of Ultra Pink #FF6DEA

Tints of Ultra Pink #FF6DEA

Color information

#FF6DEA (or 0xFF6DEA) is unknown color: approx Ultra Pink. HEX triplet: FF, 6D and EA. RGB value is (255,109,234). Sum of RGB (Red+Green+Blue) = 255+109+234=598 (79% of max value = 765). Red value is 255 (100% from 255 or 42.64% from 598); Green value is 109 (42.97% from 255 or 18.23% from 598); Blue value is 234 (91.80% from 255 or 39.13% from 598); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6DEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF6DEA is #009215. Grayscale: #A6A6A6. Windows color (decimal): -37398 or 15363583. OLE color: 15363583.

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

Color convert

RGB255109234-
CMYK00.570.080
HSL308.63º100%71.37%-
HSV(B)308.63º57.25%100%-
XYZ61.5638.1481.96-
YUV166.9165.87190.84-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.64%
GREEN value IS 109 (42.97% from 255) = 18.23%
BLUE value IS 234 (91.80% from 255) = 39.13%
R=42.64%
G=18.23%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510923400.570.080308.6310071.37
HexFF6DEA039801356447
Octal377155352071100465144107
Binary1111111111011011110101001110011000010011010111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6DEA; }

 p { color: rgb(255,109,234); }

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

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

 a { background-color: rgb(255,109,234); }

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

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

 span { border-color: rgb(255,109,234); }

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