Html Css Color HEX #FA54F2 Pink Flamingo

📋 copy color: '#FA54F2'

red 250 ◦ green 84 ◦ blue 242

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

Shades of Pink Flamingo #FA54F2

Tints of Pink Flamingo #FA54F2

RGB

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

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

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

R = 43.4%
G = 14.58%
B = 42.01%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#FA54F2 (or 0xFA54F2) is known color: Pink Flamingo. HEX triplet: FA, 54 and F2. RGB value is (250,84,242). Sum of RGB (Red+Green+Blue) = 250+84+242=576 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.40% from 576); Green value is 84 (33.20% from 255 or 14.58% from 576); Blue value is 242 (94.92% from 255 or 42.01% from 576); Max value from RGB is 250 - color contains mainly: red. Hex color #FA54F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA54F2 is #05AB0D. Grayscale: #979797. Windows color (decimal): -371470 or 15881466. OLE color: 15881466.

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

Color convert

RGB 250 84 242 -
CMYK 0 0.66 0.03 0.02
HSL 302.89º 0.94% 0.65% -
HSV(B) 302.89º 0.66% 0.98% -
XYZ 58.62 33.08 87.3 -
YUV 151.65 179 198.15 -
System Red Green Blue C M Y K H S L
Decimal 250 84 242 0 0.66 0.03 0.02 302.89 0.94 0.65
Hex FA 54 F2 0 42 3 2 12F 5E 41
Octal 372 124 362 0 102 3 2 457 136 101
Binary 11111010 1010100 11110010 0 1000010 11 10 100101111 1011110 1000001

Color Harmonies of #FA54F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA54F2

Black with #FA54F2

Text Example


Text Example

White with #FA54F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA54F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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