Html Css Color HEX #FA60EE Pink Flamingo

📋 copy color: '#FA60EE'

red 250 ◦ green 96 ◦ blue 238

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

Shades of Pink Flamingo #FA60EE

Tints of Pink Flamingo #FA60EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 40.75%

R = 42.81%
G = 16.44%
B = 40.75%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#FA60EE (or 0xFA60EE) is known color: Pink Flamingo. HEX triplet: FA, 60 and EE. RGB value is (250,96,238). Sum of RGB (Red+Green+Blue) = 250+96+238=584 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.81% from 584); Green value is 96 (37.89% from 255 or 16.44% from 584); Blue value is 238 (93.36% from 255 or 40.75% from 584); Max value from RGB is 250 - color contains mainly: red. Hex color #FA60EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA60EE is #059F11. Grayscale: #9D9D9D. Windows color (decimal): -368402 or 15622394. OLE color: 15622394.

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

Color convert

RGB 250 96 238 -
CMYK 0 0.62 0.05 0.02
HSL 304.68º 0.94% 0.68% -
HSV(B) 304.68º 0.62% 0.98% -
XYZ 59.04 34.86 84.51 -
YUV 158.23 173.02 193.45 -
System Red Green Blue C M Y K H S L
Decimal 250 96 238 0 0.62 0.05 0.02 304.68 0.94 0.68
Hex FA 60 EE 0 3E 5 2 131 5E 44
Octal 372 140 356 0 76 5 2 461 136 104
Binary 11111010 1100000 11101110 0 111110 101 10 100110001 1011110 1000100

Color Harmonies of #FA60EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA60EE

Black with #FA60EE

Text Example


Text Example

White with #FA60EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA60EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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