Html Css Color HEX #FA60FA Pink Flamingo

📋 copy color: '#FA60FA'

red 250 ◦ green 96 ◦ blue 250

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

Shades of Pink Flamingo #FA60FA

Tints of Pink Flamingo #FA60FA

RGB

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

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

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

R = 41.95%
G = 16.11%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#FA60FA (or 0xFA60FA) is known color: Pink Flamingo. HEX triplet: FA, 60 and FA. RGB value is (250,96,250). Sum of RGB (Red+Green+Blue) = 250+96+250=596 (78% of max value = 765). Red value is 250 (98.05% from 255 or 41.95% from 596); Green value is 96 (37.89% from 255 or 16.11% from 596); Blue value is 250 (98.05% from 255 or 41.95% from 596); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FA60FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA60FA is #059F05. Grayscale: #9F9F9F. Windows color (decimal): -368390 or 16408826. OLE color: 16408826.

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

Color convert

RGB 250 96 250 -
CMYK 0 0.62 0 0.02
HSL 300º 0.94% 0.68% -
HSV(B) 300º 0.62% 0.98% -
XYZ 60.86 35.59 94.1 -
YUV 159.6 179.02 192.48 -
System Red Green Blue C M Y K H S L
Decimal 250 96 250 0 0.62 0 0.02 300 0.94 0.68
Hex FA 60 FA 0 3E 0 2 12C 5E 44
Octal 372 140 372 0 76 0 2 454 136 104
Binary 11111010 1100000 11111010 0 111110 0 10 100101100 1011110 1000100

Color Harmonies of #FA60FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA60FA

Black with #FA60FA

Text Example


Text Example

White with #FA60FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA60FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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