Html Css Color HEX #FF5AFF Pink Flamingo

📋 copy color: '#FF5AFF'

red 255 ◦ green 90 ◦ blue 255

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

Shades of Pink Flamingo #FF5AFF

Tints of Pink Flamingo #FF5AFF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 15%

 BLUE value IS 255 (100% from 255) = 42.5%

R = 42.5%
G = 15%
B = 42.5%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FF5AFF (or 0xFF5AFF) is known color: Pink Flamingo. HEX triplet: FF, 5A and FF. RGB value is (255,90,255). Sum of RGB (Red+Green+Blue) = 255+90+255=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 90 (35.55% from 255 or 15% from 600); Blue value is 255 (100% from 255 or 42.5% from 600); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF5AFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF5AFF is #00A500. Grayscale: #9D9D9D. Windows color (decimal): -42241 or 16734975. OLE color: 16734975.

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

Color convert

RGB 255 90 255 -
CMYK 0 0.65 0 0
HSL 300º 1% 0.68% -
HSV(B) 300º 0.65% 1% -
XYZ 62.95 35.79 98.2 -
YUV 158.15 182.66 197.08 -
System Red Green Blue C M Y K H S L
Decimal 255 90 255 0 0.65 0 0 300 1 0.68
Hex FF 5A FF 0 41 0 0 12C 64 44
Octal 377 132 377 0 101 0 0 454 144 104
Binary 11111111 1011010 11111111 0 1000001 0 0 100101100 1100100 1000100

Color Harmonies of #FF5AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5AFF

Black with #FF5AFF

Text Example


Text Example

White with #FF5AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5AFF; }

 p { color: rgb(255,90,255); }

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

background-color css

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

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

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

border-color css

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

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

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