Html Css Color HEX #FD60FB Pink Flamingo

📋 copy color: '#FD60FB'

red 253 ◦ green 96 ◦ blue 251

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

Shades of Pink Flamingo #FD60FB

Tints of Pink Flamingo #FD60FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 41.83%

R = 42.17%
G = 16%
B = 41.83%

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

#FD60FB (or 0xFD60FB) is known color: Pink Flamingo. HEX triplet: FD, 60 and FB. RGB value is (253,96,251). Sum of RGB (Red+Green+Blue) = 253+96+251=600 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.17% from 600); Green value is 96 (37.89% from 255 or 16% from 600); Blue value is 251 (98.44% from 255 or 41.83% from 600); Max value from RGB is 253 - color contains mainly: red. Hex color #FD60FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD60FB is #029F04. Grayscale: #A0A0A0. Windows color (decimal): -171781 or 16474365. OLE color: 16474365.

HSL color Cylindrical-coordinate representation of color #FD60FB: hue angle of 300.76º 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 #FD60FB is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 96 251 -
CMYK 0 0.62 0.01 0.01
HSL 300.76º 0.98% 0.68% -
HSV(B) 300.76º 0.62% 0.99% -
XYZ 62.1 36.21 94.98 -
YUV 160.61 179.01 193.9 -
System Red Green Blue C M Y K H S L
Decimal 253 96 251 0 0.62 0.01 0.01 300.76 0.98 0.68
Hex FD 60 FB 0 3E 1 1 12D 62 44
Octal 375 140 373 0 76 1 1 455 142 104
Binary 11111101 1100000 11111011 0 111110 1 1 100101101 1100010 1000100

Color Harmonies of #FD60FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD60FB

Black with #FD60FB

Text Example


Text Example

White with #FD60FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD60FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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