Html Css Color HEX #FD66FA Pink Flamingo

📋 copy color: '#FD66FA'

red 253 ◦ green 102 ◦ blue 250

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

Shades of Pink Flamingo #FD66FA

Tints of Pink Flamingo #FD66FA

RGB

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

 GREEN value IS 102 (40.23% from 255) = 16.86%

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

R = 41.82%
G = 16.86%
B = 41.32%

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

#FD66FA (or 0xFD66FA) is known color: Pink Flamingo. HEX triplet: FD, 66 and FA. RGB value is (253,102,250). Sum of RGB (Red+Green+Blue) = 253+102+250=605 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.82% from 605); Green value is 102 (40.23% from 255 or 16.86% from 605); Blue value is 250 (98.05% from 255 or 41.32% from 605); Max value from RGB is 253 - color contains mainly: red. Hex color #FD66FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD66FA is #029905. Grayscale: #A3A3A3. Windows color (decimal): -170246 or 16410365. OLE color: 16410365.

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

Color convert

RGB 253 102 250 -
CMYK 0 0.60 0.01 0.01
HSL 301.19º 0.97% 0.7% -
HSV(B) 301.19º 0.6% 0.99% -
XYZ 62.51 37.29 94.34 -
YUV 164.02 176.53 191.47 -
System Red Green Blue C M Y K H S L
Decimal 253 102 250 0 0.60 0.01 0.01 301.19 0.97 0.7
Hex FD 66 FA 0 3C 1 1 12D 61 46
Octal 375 146 372 0 74 1 1 455 141 106
Binary 11111101 1100110 11111010 0 111100 1 1 100101101 1100001 1000110

Color Harmonies of #FD66FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD66FA

Black with #FD66FA

Text Example


Text Example

White with #FD66FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD66FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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