Html Css Color HEX #FD64FA Pink Flamingo

📋 copy color: '#FD64FA'

red 253 ◦ green 100 ◦ blue 250

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

Shades of Pink Flamingo #FD64FA

Tints of Pink Flamingo #FD64FA

RGB

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

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

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

R = 41.96%
G = 16.58%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FD64FA (or 0xFD64FA) is known color: Pink Flamingo. HEX triplet: FD, 64 and FA. RGB value is (253,100,250). Sum of RGB (Red+Green+Blue) = 253+100+250=603 (79% of max value = 765). Red value is 253 (99.22% from 255 or 41.96% from 603); Green value is 100 (39.45% from 255 or 16.58% from 603); Blue value is 250 (98.05% from 255 or 41.46% from 603); Max value from RGB is 253 - color contains mainly: red. Hex color #FD64FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD64FA is #029B05. Grayscale: #A2A2A2. Windows color (decimal): -170758 or 16409853. OLE color: 16409853.

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

Color convert

RGB 253 100 250 -
CMYK 0 0.60 0.01 0.01
HSL 301.18º 0.97% 0.69% -
HSV(B) 301.18º 0.6% 0.99% -
XYZ 62.32 36.9 94.28 -
YUV 162.85 177.19 192.3 -
System Red Green Blue C M Y K H S L
Decimal 253 100 250 0 0.60 0.01 0.01 301.18 0.97 0.69
Hex FD 64 FA 0 3C 1 1 12D 61 45
Octal 375 144 372 0 74 1 1 455 141 105
Binary 11111101 1100100 11111010 0 111100 1 1 100101101 1100001 1000101

Color Harmonies of #FD64FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD64FA

Black with #FD64FA

Text Example


Text Example

White with #FD64FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD64FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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