Html Css Color HEX #FF55EF Pink Flamingo

📋 copy color: '#FF55EF'

red 255 ◦ green 85 ◦ blue 239

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

Shades of Pink Flamingo #FF55EF

Tints of Pink Flamingo #FF55EF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 14.68%

 BLUE value IS 239 (93.75% from 255) = 41.28%

R = 44.04%
G = 14.68%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.06

 K value IS 0

RGB Variations

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

Color information

#FF55EF (or 0xFF55EF) is known color: Pink Flamingo. HEX triplet: FF, 55 and EF. RGB value is (255,85,239). Sum of RGB (Red+Green+Blue) = 255+85+239=579 (76% of max value = 765). Red value is 255 (100% from 255 or 44.04% from 579); Green value is 85 (33.59% from 255 or 14.68% from 579); Blue value is 239 (93.75% from 255 or 41.28% from 579); Max value from RGB is 255 - color contains mainly: red. Hex color #FF55EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF55EF is #00AA10. Grayscale: #989898. Windows color (decimal): -43537 or 15685119. OLE color: 15685119.

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

Color convert

RGB 255 85 239 -
CMYK 0 0.67 0.06 0
HSL 305.65º 1% 0.67% -
HSV(B) 305.65º 0.67% 1% -
XYZ 60.07 33.99 85.06 -
YUV 153.39 176.32 200.48 -
System Red Green Blue C M Y K H S L
Decimal 255 85 239 0 0.67 0.06 0 305.65 1 0.67
Hex FF 55 EF 0 43 6 0 132 64 43
Octal 377 125 357 0 103 6 0 462 144 103
Binary 11111111 1010101 11101111 0 1000011 110 0 100110010 1100100 1000011

Color Harmonies of #FF55EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF55EF

Black with #FF55EF

Text Example


Text Example

White with #FF55EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF55EF; }

 p { color: rgb(255,85,239); }

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

background-color css

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

 a { background-color: rgb(255,85,239); }

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

border-color css

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

 span { border-color: rgb(255,85,239); }

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