Html Css Color HEX #FA60F2 Pink Flamingo

📋 copy color: '#FA60F2'

red 250 ◦ green 96 ◦ blue 242

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

Shades of Pink Flamingo #FA60F2

Tints of Pink Flamingo #FA60F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 41.16%

R = 42.52%
G = 16.33%
B = 41.16%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#FA60F2 (or 0xFA60F2) is known color: Pink Flamingo. HEX triplet: FA, 60 and F2. RGB value is (250,96,242). Sum of RGB (Red+Green+Blue) = 250+96+242=588 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.52% from 588); Green value is 96 (37.89% from 255 or 16.33% from 588); Blue value is 242 (94.92% from 255 or 41.16% from 588); Max value from RGB is 250 - color contains mainly: red. Hex color #FA60F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA60F2 is #059F0D. Grayscale: #9E9E9E. Windows color (decimal): -368398 or 15884538. OLE color: 15884538.

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

Color convert

RGB 250 96 242 -
CMYK 0 0.62 0.03 0.02
HSL 303.12º 0.94% 0.68% -
HSV(B) 303.12º 0.62% 0.98% -
XYZ 59.63 35.1 87.64 -
YUV 158.69 175.02 193.13 -
System Red Green Blue C M Y K H S L
Decimal 250 96 242 0 0.62 0.03 0.02 303.12 0.94 0.68
Hex FA 60 F2 0 3E 3 2 12F 5E 44
Octal 372 140 362 0 76 3 2 457 136 104
Binary 11111010 1100000 11110010 0 111110 11 10 100101111 1011110 1000100

Color Harmonies of #FA60F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA60F2

Black with #FA60F2

Text Example


Text Example

White with #FA60F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA60F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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