Html Css Color HEX #FA52FA Pink Flamingo

📋 copy color: '#FA52FA'

red 250 ◦ green 82 ◦ blue 250

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

Shades of Pink Flamingo #FA52FA

Tints of Pink Flamingo #FA52FA

RGB

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

 GREEN value IS 82 (32.42% from 255) = 14.09%

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

R = 42.96%
G = 14.09%
B = 42.96%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#FA52FA (or 0xFA52FA) is known color: Pink Flamingo. HEX triplet: FA, 52 and FA. RGB value is (250,82,250). Sum of RGB (Red+Green+Blue) = 250+82+250=582 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.96% from 582); Green value is 82 (32.42% from 255 or 14.09% from 582); Blue value is 250 (98.05% from 255 or 42.96% from 582); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FA52FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA52FA is #05AD05. Grayscale: #969696. Windows color (decimal): -371974 or 16405242. OLE color: 16405242.

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

Color convert

RGB 250 82 250 -
CMYK 0 0.67 0 0.02
HSL 300º 0.94% 0.65% -
HSV(B) 300º 0.67% 0.98% -
XYZ 59.7 33.26 93.72 -
YUV 151.38 183.66 198.34 -
System Red Green Blue C M Y K H S L
Decimal 250 82 250 0 0.67 0 0.02 300 0.94 0.65
Hex FA 52 FA 0 43 0 2 12C 5E 41
Octal 372 122 372 0 103 0 2 454 136 101
Binary 11111010 1010010 11111010 0 1000011 0 10 100101100 1011110 1000001

Color Harmonies of #FA52FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA52FA

Black with #FA52FA

Text Example


Text Example

White with #FA52FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA52FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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