Html Css Color HEX #FF5AF5 Pink Flamingo

📋 copy color: '#FF5AF5'

red 255 ◦ green 90 ◦ blue 245

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

Shades of Pink Flamingo #FF5AF5

Tints of Pink Flamingo #FF5AF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 41.53%

R = 43.22%
G = 15.25%
B = 41.53%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.04

 K value IS 0

RGB Variations

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

Color information

#FF5AF5 (or 0xFF5AF5) is known color: Pink Flamingo. HEX triplet: FF, 5A and F5. RGB value is (255,90,245). Sum of RGB (Red+Green+Blue) = 255+90+245=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 90 (35.55% from 255 or 15.25% from 590); Blue value is 245 (96.09% from 255 or 41.53% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5AF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF5AF5 is #00A50A. Grayscale: #9C9C9C. Windows color (decimal): -42251 or 16079615. OLE color: 16079615.

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

Color convert

RGB 255 90 245 -
CMYK 0 0.65 0.04 0
HSL 303.64º 1% 0.68% -
HSV(B) 303.64º 0.65% 1% -
XYZ 61.38 35.16 89.94 -
YUV 157.01 177.66 197.9 -
System Red Green Blue C M Y K H S L
Decimal 255 90 245 0 0.65 0.04 0 303.64 1 0.68
Hex FF 5A F5 0 41 4 0 130 64 44
Octal 377 132 365 0 101 4 0 460 144 104
Binary 11111111 1011010 11110101 0 1000001 100 0 100110000 1100100 1000100

Color Harmonies of #FF5AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5AF5

Black with #FF5AF5

Text Example


Text Example

White with #FF5AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5AF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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