Html Css Color HEX #FA3AFF Pink Flamingo

📋 copy color: '#FA3AFF'

red 250 ◦ green 58 ◦ blue 255

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

Shades of Pink Flamingo #FA3AFF

Tints of Pink Flamingo #FA3AFF

RGB

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

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

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

R = 44.4%
G = 10.3%
B = 45.29%

CMYK

 C value IS 0.02

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FA3AFF (or 0xFA3AFF) is known color: Pink Flamingo. HEX triplet: FA, 3A and FF. RGB value is (250,58,255). Sum of RGB (Red+Green+Blue) = 250+58+255=563 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.40% from 563); Green value is 58 (23.05% from 255 or 10.30% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA3AFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA3AFF is #05C500. Grayscale: #898989. Windows color (decimal): -378113 or 16726778. OLE color: 16726778.

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

Color convert

RGB 250 58 255 -
CMYK 0.02 0.77 0 0
HSL 298.48º 1% 0.61% -
HSV(B) 298.48º 0.77% 1% -
XYZ 58.99 30.57 97.4 -
YUV 137.87 194.11 207.98 -
System Red Green Blue C M Y K H S L
Decimal 250 58 255 0.02 0.77 0 0 298.48 1 0.61
Hex FA 3A FF 2 4D 0 0 12A 64 3D
Octal 372 72 377 2 115 0 0 452 144 75
Binary 11111010 111010 11111111 10 1001101 0 0 100101010 1100100 111101

Color Harmonies of #FA3AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3AFF

Black with #FA3AFF

Text Example


Text Example

White with #FA3AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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