Html Css Color HEX #FA4DF9 Pink Flamingo

📋 copy color: '#FA4DF9'

red 250 ◦ green 77 ◦ blue 249

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

Shades of Pink Flamingo #FA4DF9

Tints of Pink Flamingo #FA4DF9

RGB

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

 GREEN value IS 77 (30.47% from 255) = 13.37%

 BLUE value IS 249 (97.66% from 255) = 43.23%

R = 43.4%
G = 13.37%
B = 43.23%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.00

 K value IS 0.02

RGB Variations

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

Color information

#FA4DF9 (or 0xFA4DF9) is known color: Pink Flamingo. HEX triplet: FA, 4D and F9. RGB value is (250,77,249). Sum of RGB (Red+Green+Blue) = 250+77+249=576 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.40% from 576); Green value is 77 (30.47% from 255 or 13.37% from 576); Blue value is 249 (97.66% from 255 or 43.23% from 576); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4DF9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA4DF9 is #05B206. Grayscale: #939393. Windows color (decimal): -373255 or 16338426. OLE color: 16338426.

HSL color Cylindrical-coordinate representation of color #FA4DF9: hue angle of 300.35º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FA4DF9 is Cyan = 0, Magento = 0.69, Yellow = 0.00 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 77 249 -
CMYK 0 0.69 0.00 0.02
HSL 300.35º 0.95% 0.64% -
HSV(B) 300.35º 0.69% 0.98% -
XYZ 59.18 32.47 92.77 -
YUV 148.34 184.81 200.51 -
System Red Green Blue C M Y K H S L
Decimal 250 77 249 0 0.69 0.00 0.02 300.35 0.95 0.64
Hex FA 4D F9 0 45 0 2 12C 5F 40
Octal 372 115 371 0 105 0 2 454 137 100
Binary 11111010 1001101 11111001 0 1000101 0 10 100101100 1011111 1000000

Color Harmonies of #FA4DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4DF9

Black with #FA4DF9

Text Example


Text Example

White with #FA4DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4DF9; }

 p { color: rgb(250,77,249); }

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

background-color css

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

 a { background-color: rgb(250,77,249); }

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

border-color css

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

 span { border-color: rgb(250,77,249); }

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