Html Css Color HEX #FD60FA Pink Flamingo

📋 copy color: '#FD60FA'

red 253 ◦ green 96 ◦ blue 250

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

Shades of Pink Flamingo #FD60FA

Tints of Pink Flamingo #FD60FA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 16.03%

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

R = 42.24%
G = 16.03%
B = 41.74%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FD60FA (or 0xFD60FA) is known color: Pink Flamingo. HEX triplet: FD, 60 and FA. RGB value is (253,96,250). Sum of RGB (Red+Green+Blue) = 253+96+250=599 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.24% from 599); Green value is 96 (37.89% from 255 or 16.03% from 599); Blue value is 250 (98.05% from 255 or 41.74% from 599); Max value from RGB is 253 - color contains mainly: red. Hex color #FD60FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD60FA is #029F05. Grayscale: #A0A0A0. Windows color (decimal): -171782 or 16408829. OLE color: 16408829.

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

Color convert

RGB 253 96 250 -
CMYK 0 0.62 0.01 0.01
HSL 301.15º 0.98% 0.68% -
HSV(B) 301.15º 0.62% 0.99% -
XYZ 61.95 36.15 94.16 -
YUV 160.5 178.51 193.98 -
System Red Green Blue C M Y K H S L
Decimal 253 96 250 0 0.62 0.01 0.01 301.15 0.98 0.68
Hex FD 60 FA 0 3E 1 1 12D 62 44
Octal 375 140 372 0 76 1 1 455 142 104
Binary 11111101 1100000 11111010 0 111110 1 1 100101101 1100010 1000100

Color Harmonies of #FD60FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD60FA

Black with #FD60FA

Text Example


Text Example

White with #FD60FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD60FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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