Html Css Color HEX #FF65ED Pink Flamingo

📋 copy color: '#FF65ED'

red 255 ◦ green 101 ◦ blue 237

#FF65ED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pink Flamingo #FF65ED

Tints of Pink Flamingo #FF65ED

RGB

 RED value IS 255 (100% from 255) = 43%

 GREEN value IS 101 (39.84% from 255) = 17.03%

 BLUE value IS 237 (92.97% from 255) = 39.97%

R = 43%
G = 17.03%
B = 39.97%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#FF65ED (or 0xFF65ED) is known color: Pink Flamingo. HEX triplet: FF, 65 and ED. RGB value is (255,101,237). Sum of RGB (Red+Green+Blue) = 255+101+237=593 (78% of max value = 765). Red value is 255 (100% from 255 or 43.00% from 593); Green value is 101 (39.84% from 255 or 17.03% from 593); Blue value is 237 (92.97% from 255 or 39.97% from 593); Max value from RGB is 255 - color contains mainly: red. Hex color #FF65ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF65ED is #009A12. Grayscale: #A2A2A2. Windows color (decimal): -39443 or 15558143. OLE color: 15558143.

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

Color convert

RGB 255 101 237 -
CMYK 0 0.60 0.07 0
HSL 307.01º 1% 0.7% -
HSV(B) 307.01º 0.6% 1% -
XYZ 61.18 36.68 83.98 -
YUV 162.55 170.02 193.94 -
System Red Green Blue C M Y K H S L
Decimal 255 101 237 0 0.60 0.07 0 307.01 1 0.7
Hex FF 65 ED 0 3C 7 0 133 64 46
Octal 377 145 355 0 74 7 0 463 144 106
Binary 11111111 1100101 11101101 0 111100 111 0 100110011 1100100 1000110

Color Harmonies of #FF65ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF65ED

Black with #FF65ED

Text Example


Text Example

White with #FF65ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF65ED; }

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

 H1.HeaderClassName
 {
   color: #FF65ED;
 }
 .AnyTagClassName
 {
   color: #FF65ED;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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