Html Css Color HEX #FD64FE Pink Flamingo

📋 copy color: '#FD64FE'

red 253 ◦ green 100 ◦ blue 254

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

Shades of Pink Flamingo #FD64FE

Tints of Pink Flamingo #FD64FE

RGB

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

 GREEN value IS 100 (39.45% from 255) = 16.47%

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

R = 41.68%
G = 16.47%
B = 41.85%

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

#FD64FE (or 0xFD64FE) is known color: Pink Flamingo. HEX triplet: FD, 64 and FE. RGB value is (253,100,254). Sum of RGB (Red+Green+Blue) = 253+100+254=607 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.68% from 607); Green value is 100 (39.45% from 255 or 16.47% from 607); Blue value is 254 (99.61% from 255 or 41.85% from 607); Max value from RGB is 254 - color contains mainly: blue. Hex color #FD64FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD64FE is #029B01. Grayscale: #A2A2A2. Windows color (decimal): -170754 or 16671997. OLE color: 16671997.

HSL color Cylindrical-coordinate representation of color #FD64FE: 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 #FD64FE is Cyan = 0.00, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 253 100 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.95 37.15 97.62 -
YUV 163.3 179.19 191.98 -
System Red Green Blue C M Y K H S L
Decimal 253 100 254 0.00 0.61 0 0.00 299.61 0.99 0.69
Hex FD 64 FE 0 3D 0 0 12C 63 45
Octal 375 144 376 0 75 0 0 454 143 105
Binary 11111101 1100100 11111110 0 111101 0 0 100101100 1100011 1000101

Color Harmonies of #FD64FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD64FE

Black with #FD64FE

Text Example


Text Example

White with #FD64FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD64FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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