Html Css Color HEX #FA55FA Pink Flamingo

📋 copy color: '#FA55FA'

red 250 ◦ green 85 ◦ blue 250

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

Shades of Pink Flamingo #FA55FA

Tints of Pink Flamingo #FA55FA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 14.53%

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

R = 42.74%
G = 14.53%
B = 42.74%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#FA55FA (or 0xFA55FA) is known color: Pink Flamingo. HEX triplet: FA, 55 and FA. RGB value is (250,85,250). Sum of RGB (Red+Green+Blue) = 250+85+250=585 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.74% from 585); Green value is 85 (33.59% from 255 or 14.53% from 585); Blue value is 250 (98.05% from 255 or 42.74% from 585); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FA55FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA55FA is #05AA05. Grayscale: #989898. Windows color (decimal): -371206 or 16406010. OLE color: 16406010.

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

Color convert

RGB 250 85 250 -
CMYK 0 0.66 0 0.02
HSL 300º 0.94% 0.66% -
HSV(B) 300º 0.66% 0.98% -
XYZ 59.93 33.72 93.79 -
YUV 153.15 182.66 197.08 -
System Red Green Blue C M Y K H S L
Decimal 250 85 250 0 0.66 0 0.02 300 0.94 0.66
Hex FA 55 FA 0 42 0 2 12C 5E 42
Octal 372 125 372 0 102 0 2 454 136 102
Binary 11111010 1010101 11111010 0 1000010 0 10 100101100 1011110 1000010

Color Harmonies of #FA55FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA55FA

Black with #FA55FA

Text Example


Text Example

White with #FA55FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA55FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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