Html Css Color HEX #FD63FA Pink Flamingo

📋 copy color: '#FD63FA'

red 253 ◦ green 99 ◦ blue 250

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

Shades of Pink Flamingo #FD63FA

Tints of Pink Flamingo #FD63FA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 16.45%

 BLUE value IS 250 (98.05% from 255) = 41.53%

R = 42.03%
G = 16.45%
B = 41.53%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FD63FA (or 0xFD63FA) is known color: Pink Flamingo. HEX triplet: FD, 63 and FA. RGB value is (253,99,250). Sum of RGB (Red+Green+Blue) = 253+99+250=602 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.03% from 602); Green value is 99 (39.06% from 255 or 16.45% from 602); Blue value is 250 (98.05% from 255 or 41.53% from 602); Max value from RGB is 253 - color contains mainly: red. Hex color #FD63FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD63FA is #029C05. Grayscale: #A1A1A1. Windows color (decimal): -171014 or 16409597. OLE color: 16409597.

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

Color convert

RGB 253 99 250 -
CMYK 0 0.61 0.01 0.01
HSL 301.17º 0.97% 0.69% -
HSV(B) 301.17º 0.61% 0.99% -
XYZ 62.23 36.71 94.25 -
YUV 162.26 177.52 192.72 -
System Red Green Blue C M Y K H S L
Decimal 253 99 250 0 0.61 0.01 0.01 301.17 0.97 0.69
Hex FD 63 FA 0 3D 1 1 12D 61 45
Octal 375 143 372 0 75 1 1 455 141 105
Binary 11111101 1100011 11111010 0 111101 1 1 100101101 1100001 1000101

Color Harmonies of #FD63FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD63FA

Black with #FD63FA

Text Example


Text Example

White with #FD63FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD63FA; }

 p { color: rgb(253,99,250); }

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

background-color css

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

 a { background-color: rgb(253,99,250); }

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

border-color css

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

 span { border-color: rgb(253,99,250); }

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