Html Css Color HEX #FA47FA Pink Flamingo

📋 copy color: '#FA47FA'

red 250 ◦ green 71 ◦ blue 250

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

Shades of Pink Flamingo #FA47FA

Tints of Pink Flamingo #FA47FA

RGB

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

 GREEN value IS 71 (28.13% from 255) = 12.43%

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

R = 43.78%
G = 12.43%
B = 43.78%

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

#FA47FA (or 0xFA47FA) is known color: Pink Flamingo. HEX triplet: FA, 47 and FA. RGB value is (250,71,250). Sum of RGB (Red+Green+Blue) = 250+71+250=571 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.78% from 571); Green value is 71 (28.12% from 255 or 12.43% from 571); Blue value is 250 (98.05% from 255 or 43.78% from 571); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FA47FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA47FA is #05B805. Grayscale: #909090. Windows color (decimal): -374790 or 16402426. OLE color: 16402426.

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

Color convert

RGB 250 71 250 -
CMYK 0 0.72 0 0.02
HSL 300º 0.95% 0.63% -
HSV(B) 300º 0.72% 0.98% -
XYZ 58.93 31.73 93.46 -
YUV 144.93 187.3 202.95 -
System Red Green Blue C M Y K H S L
Decimal 250 71 250 0 0.72 0 0.02 300 0.95 0.63
Hex FA 47 FA 0 48 0 2 12C 5F 3F
Octal 372 107 372 0 110 0 2 454 137 77
Binary 11111010 1000111 11111010 0 1001000 0 10 100101100 1011111 111111

Color Harmonies of #FA47FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA47FA

Black with #FA47FA

Text Example


Text Example

White with #FA47FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA47FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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