Html Css Color HEX #FD63FE Pink Flamingo

📋 copy color: '#FD63FE'

red 253 ◦ green 99 ◦ blue 254

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

Shades of Pink Flamingo #FD63FE

Tints of Pink Flamingo #FD63FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 41.91%

R = 41.75%
G = 16.34%
B = 41.91%

CMYK

 C value IS 0.00

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FD63FE (or 0xFD63FE) is known color: Pink Flamingo. HEX triplet: FD, 63 and FE. RGB value is (253,99,254). Sum of RGB (Red+Green+Blue) = 253+99+254=606 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.75% from 606); Green value is 99 (39.06% from 255 or 16.34% from 606); Blue value is 254 (99.61% from 255 or 41.91% from 606); Max value from RGB is 254 - color contains mainly: blue. Hex color #FD63FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD63FE is #029C01. Grayscale: #A2A2A2. Windows color (decimal): -171010 or 16671741. OLE color: 16671741.

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

Color convert

RGB 253 99 254 -
CMYK 0.00 0.61 0 0.00
HSL 299.61º 0.99% 0.69% -
HSV(B) 299.61º 0.61% 1% -
XYZ 62.86 36.96 97.59 -
YUV 162.72 179.52 192.4 -
System Red Green Blue C M Y K H S L
Decimal 253 99 254 0.00 0.61 0 0.00 299.61 0.99 0.69
Hex FD 63 FE 0 3D 0 0 12C 63 45
Octal 375 143 376 0 75 0 0 454 143 105
Binary 11111101 1100011 11111110 0 111101 0 0 100101100 1100011 1000101

Color Harmonies of #FD63FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD63FE

Black with #FD63FE

Text Example


Text Example

White with #FD63FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD63FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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