Html Css Color HEX #FA4AFF Pink Flamingo

📋 copy color: '#FA4AFF'

red 250 ◦ green 74 ◦ blue 255

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

Shades of Pink Flamingo #FA4AFF

Tints of Pink Flamingo #FA4AFF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 12.78%

 BLUE value IS 255 (100% from 255) = 44.04%

R = 43.18%
G = 12.78%
B = 44.04%

CMYK

 C value IS 0.02

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FA4AFF (or 0xFA4AFF) is known color: Pink Flamingo. HEX triplet: FA, 4A and FF. RGB value is (250,74,255). Sum of RGB (Red+Green+Blue) = 250+74+255=579 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.18% from 579); Green value is 74 (29.30% from 255 or 12.78% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA4AFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA4AFF is #05B500. Grayscale: #929292. Windows color (decimal): -374017 or 16730874. OLE color: 16730874.

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

Color convert

RGB 250 74 255 -
CMYK 0.02 0.71 0 0
HSL 298.34º 1% 0.65% -
HSV(B) 298.34º 0.71% 1% -
XYZ 59.92 32.44 97.71 -
YUV 147.26 188.81 201.28 -
System Red Green Blue C M Y K H S L
Decimal 250 74 255 0.02 0.71 0 0 298.34 1 0.65
Hex FA 4A FF 2 47 0 0 12A 64 41
Octal 372 112 377 2 107 0 0 452 144 101
Binary 11111010 1001010 11111111 10 1000111 0 0 100101010 1100100 1000001

Color Harmonies of #FA4AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4AFF

Black with #FA4AFF

Text Example


Text Example

White with #FA4AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4AFF; }

 p { color: rgb(250,74,255); }

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

background-color css

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

 a { background-color: rgb(250,74,255); }

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

border-color css

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

 span { border-color: rgb(250,74,255); }

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