Html Css Color HEX #FD60FE Pink Flamingo

📋 copy color: '#FD60FE'

red 253 ◦ green 96 ◦ blue 254

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

Shades of Pink Flamingo #FD60FE

Tints of Pink Flamingo #FD60FE

RGB

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

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

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

R = 41.96%
G = 15.92%
B = 42.12%

CMYK

 C value IS 0.00

 M value IS 0.62

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FD60FE (or 0xFD60FE) is known color: Pink Flamingo. HEX triplet: FD, 60 and FE. RGB value is (253,96,254). Sum of RGB (Red+Green+Blue) = 253+96+254=603 (79% of max value = 765). Red value is 253 (99.22% from 255 or 41.96% from 603); Green value is 96 (37.89% from 255 or 15.92% from 603); Blue value is 254 (99.61% from 255 or 42.12% from 603); Max value from RGB is 254 - color contains mainly: blue. Hex color #FD60FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD60FE is #029F01. Grayscale: #A0A0A0. Windows color (decimal): -171778 or 16670973. OLE color: 16670973.

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

Color convert

RGB 253 96 254 -
CMYK 0.00 0.62 0 0.00
HSL 299.62º 0.99% 0.69% -
HSV(B) 299.62º 0.62% 1% -
XYZ 62.58 36.4 97.49 -
YUV 160.96 180.51 193.65 -
System Red Green Blue C M Y K H S L
Decimal 253 96 254 0.00 0.62 0 0.00 299.62 0.99 0.69
Hex FD 60 FE 0 3E 0 0 12C 63 45
Octal 375 140 376 0 76 0 0 454 143 105
Binary 11111101 1100000 11111110 0 111110 0 0 100101100 1100011 1000101

Color Harmonies of #FD60FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD60FE

Black with #FD60FE

Text Example


Text Example

White with #FD60FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD60FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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