Html Css Color HEX #FA51EE Pink Flamingo

📋 copy color: '#FA51EE'

red 250 ◦ green 81 ◦ blue 238

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

Shades of Pink Flamingo #FA51EE

Tints of Pink Flamingo #FA51EE

RGB

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

 GREEN value IS 81 (32.03% from 255) = 14.24%

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

R = 43.94%
G = 14.24%
B = 41.83%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#FA51EE (or 0xFA51EE) is known color: Pink Flamingo. HEX triplet: FA, 51 and EE. RGB value is (250,81,238). Sum of RGB (Red+Green+Blue) = 250+81+238=569 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.94% from 569); Green value is 81 (32.03% from 255 or 14.24% from 569); Blue value is 238 (93.36% from 255 or 41.83% from 569); Max value from RGB is 250 - color contains mainly: red. Hex color #FA51EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA51EE is #05AE11. Grayscale: #949494. Windows color (decimal): -372242 or 15618554. OLE color: 15618554.

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

Color convert

RGB 250 81 238 -
CMYK 0 0.68 0.05 0.02
HSL 304.26º 0.94% 0.65% -
HSV(B) 304.26º 0.68% 0.98% -
XYZ 57.8 32.38 84.09 -
YUV 149.43 177.99 199.73 -
System Red Green Blue C M Y K H S L
Decimal 250 81 238 0 0.68 0.05 0.02 304.26 0.94 0.65
Hex FA 51 EE 0 44 5 2 130 5E 41
Octal 372 121 356 0 104 5 2 460 136 101
Binary 11111010 1010001 11101110 0 1000100 101 10 100110000 1011110 1000001

Color Harmonies of #FA51EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA51EE

Black with #FA51EE

Text Example


Text Example

White with #FA51EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA51EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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