Html Css Color HEX #FA44F9 Pink Flamingo

📋 copy color: '#FA44F9'

red 250 ◦ green 68 ◦ blue 249

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

Shades of Pink Flamingo #FA44F9

Tints of Pink Flamingo #FA44F9

RGB

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

 GREEN value IS 68 (26.95% from 255) = 11.99%

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

R = 44.09%
G = 11.99%
B = 43.92%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.00

 K value IS 0.02

RGB Variations

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

Color information

#FA44F9 (or 0xFA44F9) is known color: Pink Flamingo. HEX triplet: FA, 44 and F9. RGB value is (250,68,249). Sum of RGB (Red+Green+Blue) = 250+68+249=567 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.09% from 567); Green value is 68 (26.95% from 255 or 11.99% from 567); Blue value is 249 (97.66% from 255 or 43.92% from 567); Max value from RGB is 250 - color contains mainly: red. Hex color #FA44F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA44F9 is #05BB06. Grayscale: #8E8E8E. Windows color (decimal): -375559 or 16336122. OLE color: 16336122.

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

Color convert

RGB 250 68 249 -
CMYK 0 0.73 0.00 0.02
HSL 300.33º 0.95% 0.62% -
HSV(B) 300.33º 0.73% 0.98% -
XYZ 58.59 31.3 92.58 -
YUV 143.05 187.8 204.28 -
System Red Green Blue C M Y K H S L
Decimal 250 68 249 0 0.73 0.00 0.02 300.33 0.95 0.62
Hex FA 44 F9 0 49 0 2 12C 5F 3E
Octal 372 104 371 0 111 0 2 454 137 76
Binary 11111010 1000100 11111001 0 1001001 0 10 100101100 1011111 111110

Color Harmonies of #FA44F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA44F9

Black with #FA44F9

Text Example


Text Example

White with #FA44F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA44F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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