#FF65EB

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

Shades of Pink Flamingo #FF65EB

Tints of Pink Flamingo #FF65EB

Color information

#FF65EB (or 0xFF65EB) is unknown color: approx Pink Flamingo. HEX triplet: FF, 65 and EB. RGB value is (255,101,235). Sum of RGB (Red+Green+Blue) = 255+101+235=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 101 (39.84% from 255 or 17.09% from 591); Blue value is 235 (92.19% from 255 or 39.76% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FF65EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF65EB is #009A14. Grayscale: #A1A1A1. Windows color (decimal): -39445 or 15427071. OLE color: 15427071.

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

Color convert

RGB255101235-
CMYK00.600.080
HSL307.79º100%69.8%-
HSV(B)307.79º60.39%100%-
XYZ60.8936.5782.45-
YUV162.32169.02194.1-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.15%
GREEN value IS 101 (39.84% from 255) = 17.09%
BLUE value IS 235 (92.19% from 255) = 39.76%
R=43.15%
G=17.09%
B=39.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510123500.600.080307.7910069.8
HexFF65EB03C801346446
Octal377145353074100464144106
Binary1111111111001011110101101111001000010011010011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF65EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF65EB; }

 p { color: rgb(255,101,235); }

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

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

 a { background-color: rgb(255,101,235); }

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

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

 span { border-color: rgb(255,101,235); }

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