Html Css Color HEX #FA60FD Pink Flamingo

📋 copy color: '#FA60FD'

red 250 ◦ green 96 ◦ blue 253

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

Shades of Pink Flamingo #FA60FD

Tints of Pink Flamingo #FA60FD

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FA60FD (or 0xFA60FD) is known color: Pink Flamingo. HEX triplet: FA, 60 and FD. RGB value is (250,96,253). Sum of RGB (Red+Green+Blue) = 250+96+253=599 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.74% from 599); Green value is 96 (37.89% from 255 or 16.03% from 599); Blue value is 253 (99.22% from 255 or 42.24% from 599); Max value from RGB is 253 - color contains mainly: blue. Hex color #FA60FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA60FD is #059F02. Grayscale: #9F9F9F. Windows color (decimal): -368387 or 16605434. OLE color: 16605434.

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

Color convert

RGB 250 96 253 -
CMYK 0.01 0.62 0 0.01
HSL 298.85º 0.98% 0.68% -
HSV(B) 298.85º 0.62% 0.99% -
XYZ 61.34 35.78 96.6 -
YUV 159.94 180.52 192.23 -
System Red Green Blue C M Y K H S L
Decimal 250 96 253 0.01 0.62 0 0.01 298.85 0.98 0.68
Hex FA 60 FD 1 3E 0 1 12B 62 44
Octal 372 140 375 1 76 0 1 453 142 104
Binary 11111010 1100000 11111101 1 111110 0 1 100101011 1100010 1000100

Color Harmonies of #FA60FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA60FD

Black with #FA60FD

Text Example


Text Example

White with #FA60FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA60FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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