Html Css Color HEX #FA54FE Pink Flamingo

📋 copy color: '#FA54FE'

red 250 ◦ green 84 ◦ blue 254

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

Shades of Pink Flamingo #FA54FE

Tints of Pink Flamingo #FA54FE

RGB

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

 GREEN value IS 84 (33.2% from 255) = 14.29%

 BLUE value IS 254 (99.61% from 255) = 43.2%

R = 42.52%
G = 14.29%
B = 43.2%

CMYK

 C value IS 0.02

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FA54FE (or 0xFA54FE) is known color: Pink Flamingo. HEX triplet: FA, 54 and FE. RGB value is (250,84,254). Sum of RGB (Red+Green+Blue) = 250+84+254=588 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.52% from 588); Green value is 84 (33.20% from 255 or 14.29% from 588); Blue value is 254 (99.61% from 255 or 43.20% from 588); Max value from RGB is 254 - color contains mainly: blue. Hex color #FA54FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA54FE is #05AB01. Grayscale: #989898. Windows color (decimal): -371458 or 16667898. OLE color: 16667898.

HSL color Cylindrical-coordinate representation of color #FA54FE: hue angle of 298.59º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FA54FE is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 250 84 254 -
CMYK 0.02 0.67 0 0.00
HSL 298.59º 0.99% 0.66% -
HSV(B) 298.59º 0.67% 1% -
XYZ 60.48 33.82 97.11 -
YUV 153.01 185 197.18 -
System Red Green Blue C M Y K H S L
Decimal 250 84 254 0.02 0.67 0 0.00 298.59 0.99 0.66
Hex FA 54 FE 2 43 0 0 12B 63 42
Octal 372 124 376 2 103 0 0 453 143 102
Binary 11111010 1010100 11111110 10 1000011 0 0 100101011 1100011 1000010

Color Harmonies of #FA54FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA54FE

Black with #FA54FE

Text Example


Text Example

White with #FA54FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA54FE; }

 p { color: rgb(250,84,254); }

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

background-color css

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

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

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

border-color css

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

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

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