Html Css Color HEX #FA3AFA Pink Flamingo

📋 copy color: '#FA3AFA'

red 250 ◦ green 58 ◦ blue 250

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

Shades of Pink Flamingo #FA3AFA

Tints of Pink Flamingo #FA3AFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.8%

R = 44.8%
G = 10.39%
B = 44.8%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#FA3AFA (or 0xFA3AFA) is known color: Pink Flamingo. HEX triplet: FA, 3A and FA. RGB value is (250,58,250). Sum of RGB (Red+Green+Blue) = 250+58+250=558 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.80% from 558); Green value is 58 (23.05% from 255 or 10.39% from 558); Blue value is 250 (98.05% from 255 or 44.80% from 558); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FA3AFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA3AFA is #05C505. Grayscale: #888888. Windows color (decimal): -378118 or 16399098. OLE color: 16399098.

HSL color Cylindrical-coordinate representation of color #FA3AFA: hue angle of 300º 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 #FA3AFA is Cyan = 0, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 58 250 -
CMYK 0 0.77 0 0.02
HSL 300º 0.95% 0.6% -
HSV(B) 300º 0.77% 0.98% -
XYZ 58.19 30.25 93.21 -
YUV 137.3 191.61 208.39 -
System Red Green Blue C M Y K H S L
Decimal 250 58 250 0 0.77 0 0.02 300 0.95 0.6
Hex FA 3A FA 0 4D 0 2 12C 5F 3C
Octal 372 72 372 0 115 0 2 454 137 74
Binary 11111010 111010 11111010 0 1001101 0 10 100101100 1011111 111100

Color Harmonies of #FA3AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3AFA

Black with #FA3AFA

Text Example


Text Example

White with #FA3AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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