Html Css Color HEX #FA3AF9 Pink Flamingo

📋 copy color: '#FA3AF9'

red 250 ◦ green 58 ◦ blue 249

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

Shades of Pink Flamingo #FA3AF9

Tints of Pink Flamingo #FA3AF9

RGB

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

 GREEN value IS 58 (23.05% from 255) = 10.41%

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

R = 44.88%
G = 10.41%
B = 44.7%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.00

 K value IS 0.02

RGB Variations

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

Color information

#FA3AF9 (or 0xFA3AF9) is known color: Pink Flamingo. HEX triplet: FA, 3A and F9. RGB value is (250,58,249). Sum of RGB (Red+Green+Blue) = 250+58+249=557 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.88% from 557); Green value is 58 (23.05% from 255 or 10.41% from 557); Blue value is 249 (97.66% from 255 or 44.70% from 557); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3AF9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA3AF9 is #05C506. Grayscale: #888888. Windows color (decimal): -378119 or 16333562. OLE color: 16333562.

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

Color convert

RGB 250 58 249 -
CMYK 0 0.77 0.00 0.02
HSL 300.31º 0.95% 0.6% -
HSV(B) 300.31º 0.77% 0.98% -
XYZ 58.04 30.19 92.39 -
YUV 137.18 191.11 208.47 -
System Red Green Blue C M Y K H S L
Decimal 250 58 249 0 0.77 0.00 0.02 300.31 0.95 0.6
Hex FA 3A F9 0 4D 0 2 12C 5F 3C
Octal 372 72 371 0 115 0 2 454 137 74
Binary 11111010 111010 11111001 0 1001101 0 10 100101100 1011111 111100

Color Harmonies of #FA3AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3AF9

Black with #FA3AF9

Text Example


Text Example

White with #FA3AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3AF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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