Html Css Color HEX #FD3AFF Pink Flamingo

📋 copy color: '#FD3AFF'

red 253 ◦ green 58 ◦ blue 255

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

Shades of Pink Flamingo #FD3AFF

Tints of Pink Flamingo #FD3AFF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 10.25%

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

R = 44.7%
G = 10.25%
B = 45.05%

CMYK

 C value IS 0.01

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FD3AFF (or 0xFD3AFF) is known color: Pink Flamingo. HEX triplet: FD, 3A and FF. RGB value is (253,58,255). Sum of RGB (Red+Green+Blue) = 253+58+255=566 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.70% from 566); Green value is 58 (23.05% from 255 or 10.25% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #FD3AFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD3AFF is #02C500. Grayscale: #8A8A8A. Windows color (decimal): -181505 or 16726781. OLE color: 16726781.

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

Color convert

RGB 253 58 255 -
CMYK 0.01 0.77 0 0
HSL 299.39º 1% 0.61% -
HSV(B) 299.39º 0.77% 1% -
XYZ 60.07 31.13 97.45 -
YUV 138.76 193.6 209.48 -
System Red Green Blue C M Y K H S L
Decimal 253 58 255 0.01 0.77 0 0 299.39 1 0.61
Hex FD 3A FF 1 4D 0 0 12B 64 3D
Octal 375 72 377 1 115 0 0 453 144 75
Binary 11111101 111010 11111111 1 1001101 0 0 100101011 1100100 111101

Color Harmonies of #FD3AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3AFF

Black with #FD3AFF

Text Example


Text Example

White with #FD3AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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