Html Css Color HEX #FD6AFF Pink Flamingo

📋 copy color: '#FD6AFF'

red 253 ◦ green 106 ◦ blue 255

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

Shades of Pink Flamingo #FD6AFF

Tints of Pink Flamingo #FD6AFF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 17.26%

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

R = 41.21%
G = 17.26%
B = 41.53%

CMYK

 C value IS 0.01

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FD6AFF (or 0xFD6AFF) is known color: Pink Flamingo. HEX triplet: FD, 6A and FF. RGB value is (253,106,255). Sum of RGB (Red+Green+Blue) = 253+106+255=614 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.21% from 614); Green value is 106 (41.80% from 255 or 17.26% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #FD6AFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD6AFF is #029500. Grayscale: #A6A6A6. Windows color (decimal): -169217 or 16739069. OLE color: 16739069.

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

Color convert

RGB 253 106 255 -
CMYK 0.01 0.58 0 0
HSL 299.19º 1% 0.71% -
HSV(B) 299.19º 0.58% 1% -
XYZ 63.71 38.41 98.66 -
YUV 166.94 177.7 189.38 -
System Red Green Blue C M Y K H S L
Decimal 253 106 255 0.01 0.58 0 0 299.19 1 0.71
Hex FD 6A FF 1 3A 0 0 12B 64 47
Octal 375 152 377 1 72 0 0 453 144 107
Binary 11111101 1101010 11111111 1 111010 0 0 100101011 1100100 1000111

Color Harmonies of #FD6AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6AFF

Black with #FD6AFF

Text Example


Text Example

White with #FD6AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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