Html Css Color HEX #FA46FA Pink Flamingo

📋 copy color: '#FA46FA'

red 250 ◦ green 70 ◦ blue 250

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

Shades of Pink Flamingo #FA46FA

Tints of Pink Flamingo #FA46FA

RGB

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

 GREEN value IS 70 (27.73% from 255) = 12.28%

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

R = 43.86%
G = 12.28%
B = 43.86%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#FA46FA (or 0xFA46FA) is known color: Pink Flamingo. HEX triplet: FA, 46 and FA. RGB value is (250,70,250). Sum of RGB (Red+Green+Blue) = 250+70+250=570 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.86% from 570); Green value is 70 (27.73% from 255 or 12.28% from 570); Blue value is 250 (98.05% from 255 or 43.86% from 570); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FA46FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA46FA is #05B905. Grayscale: #8F8F8F. Windows color (decimal): -375046 or 16402170. OLE color: 16402170.

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

Color convert

RGB 250 70 250 -
CMYK 0 0.72 0 0.02
HSL 300º 0.95% 0.63% -
HSV(B) 300º 0.72% 0.98% -
XYZ 58.87 31.61 93.44 -
YUV 144.34 187.63 203.36 -
System Red Green Blue C M Y K H S L
Decimal 250 70 250 0 0.72 0 0.02 300 0.95 0.63
Hex FA 46 FA 0 48 0 2 12C 5F 3F
Octal 372 106 372 0 110 0 2 454 137 77
Binary 11111010 1000110 11111010 0 1001000 0 10 100101100 1011111 111111

Color Harmonies of #FA46FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA46FA

Black with #FA46FA

Text Example


Text Example

White with #FA46FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA46FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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