Html Css Color HEX #FD5AFF Pink Flamingo

📋 copy color: '#FD5AFF'

red 253 ◦ green 90 ◦ blue 255

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

Shades of Pink Flamingo #FD5AFF

Tints of Pink Flamingo #FD5AFF

RGB

 RED value IS 253 (99.22% from 255) = 42.31%

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

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

R = 42.31%
G = 15.05%
B = 42.64%

CMYK

 C value IS 0.01

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FD5AFF (or 0xFD5AFF) is known color: Pink Flamingo. HEX triplet: FD, 5A and FF. RGB value is (253,90,255). Sum of RGB (Red+Green+Blue) = 253+90+255=598 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.31% from 598); Green value is 90 (35.55% from 255 or 15.05% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #FD5AFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD5AFF is #02A500. Grayscale: #9D9D9D. Windows color (decimal): -173313 or 16734973. OLE color: 16734973.

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

Color convert

RGB 253 90 255 -
CMYK 0.01 0.65 0 0
HSL 299.27º 1% 0.68% -
HSV(B) 299.27º 0.65% 1% -
XYZ 62.21 35.41 98.16 -
YUV 157.55 183 196.08 -
System Red Green Blue C M Y K H S L
Decimal 253 90 255 0.01 0.65 0 0 299.27 1 0.68
Hex FD 5A FF 1 41 0 0 12B 64 44
Octal 375 132 377 1 101 0 0 453 144 104
Binary 11111101 1011010 11111111 1 1000001 0 0 100101011 1100100 1000100

Color Harmonies of #FD5AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5AFF

Black with #FD5AFF

Text Example


Text Example

White with #FD5AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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