Html Css Color HEX #FF5AFE Pink Flamingo

📋 copy color: '#FF5AFE'

red 255 ◦ green 90 ◦ blue 254

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

Shades of Pink Flamingo #FF5AFE

Tints of Pink Flamingo #FF5AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 42.4%

R = 42.57%
G = 15.03%
B = 42.4%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.00

 K value IS 0

RGB Variations

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

Color information

#FF5AFE (or 0xFF5AFE) is known color: Pink Flamingo. HEX triplet: FF, 5A and FE. RGB value is (255,90,254). Sum of RGB (Red+Green+Blue) = 255+90+254=599 (79% of max value = 765). Red value is 255 (100% from 255 or 42.57% from 599); Green value is 90 (35.55% from 255 or 15.03% from 599); Blue value is 254 (99.61% from 255 or 42.40% from 599); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5AFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF5AFE is #00A501. Grayscale: #9D9D9D. Windows color (decimal): -42242 or 16669439. OLE color: 16669439.

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

Color convert

RGB 255 90 254 -
CMYK 0 0.65 0.00 0
HSL 300.36º 1% 0.68% -
HSV(B) 300.36º 0.65% 1% -
XYZ 62.79 35.73 97.35 -
YUV 158.03 182.16 197.16 -
System Red Green Blue C M Y K H S L
Decimal 255 90 254 0 0.65 0.00 0 300.36 1 0.68
Hex FF 5A FE 0 41 0 0 12C 64 44
Octal 377 132 376 0 101 0 0 454 144 104
Binary 11111111 1011010 11111110 0 1000001 0 0 100101100 1100100 1000100

Color Harmonies of #FF5AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5AFE

Black with #FF5AFE

Text Example


Text Example

White with #FF5AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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