Html Css Color HEX #FA4AFA Pink Flamingo

📋 copy color: '#FA4AFA'

red 250 ◦ green 74 ◦ blue 250

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

Shades of Pink Flamingo #FA4AFA

Tints of Pink Flamingo #FA4AFA

RGB

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

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

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

R = 43.55%
G = 12.89%
B = 43.55%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#FA4AFA (or 0xFA4AFA) is known color: Pink Flamingo. HEX triplet: FA, 4A and FA. RGB value is (250,74,250). Sum of RGB (Red+Green+Blue) = 250+74+250=574 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.55% from 574); Green value is 74 (29.30% from 255 or 12.89% from 574); Blue value is 250 (98.05% from 255 or 43.55% from 574); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FA4AFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA4AFA is #05B505. Grayscale: #929292. Windows color (decimal): -374022 or 16403194. OLE color: 16403194.

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

Color convert

RGB 250 74 250 -
CMYK 0 0.70 0 0.02
HSL 300º 0.95% 0.64% -
HSV(B) 300º 0.7% 0.98% -
XYZ 59.13 32.12 93.53 -
YUV 146.69 186.31 201.69 -
System Red Green Blue C M Y K H S L
Decimal 250 74 250 0 0.70 0 0.02 300 0.95 0.64
Hex FA 4A FA 0 46 0 2 12C 5F 40
Octal 372 112 372 0 106 0 2 454 137 100
Binary 11111010 1001010 11111010 0 1000110 0 10 100101100 1011111 1000000

Color Harmonies of #FA4AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4AFA

Black with #FA4AFA

Text Example


Text Example

White with #FA4AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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