Html Css Color HEX #FE52FA Pink Flamingo

📋 copy color: '#FE52FA'

red 254 ◦ green 82 ◦ blue 250

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

Shades of Pink Flamingo #FE52FA

Tints of Pink Flamingo #FE52FA

RGB

 RED value IS 254 (99.61% from 255) = 43.34%

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

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

R = 43.34%
G = 13.99%
B = 42.66%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#FE52FA (or 0xFE52FA) is known color: Pink Flamingo. HEX triplet: FE, 52 and FA. RGB value is (254,82,250). Sum of RGB (Red+Green+Blue) = 254+82+250=586 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.34% from 586); Green value is 82 (32.42% from 255 or 13.99% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 254 - color contains mainly: red. Hex color #FE52FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE52FA is #01AD05. Grayscale: #989898. Windows color (decimal): -109830 or 16405246. OLE color: 16405246.

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

Color convert

RGB 254 82 250 -
CMYK 0 0.68 0.02 0.00
HSL 301.4º 0.99% 0.66% -
HSV(B) 301.4º 0.68% 1% -
XYZ 61.15 34.01 93.78 -
YUV 152.58 182.98 200.34 -
System Red Green Blue C M Y K H S L
Decimal 254 82 250 0 0.68 0.02 0.00 301.4 0.99 0.66
Hex FE 52 FA 0 44 2 0 12D 63 42
Octal 376 122 372 0 104 2 0 455 143 102
Binary 11111110 1010010 11111010 0 1000100 10 0 100101101 1100011 1000010

Color Harmonies of #FE52FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE52FA

Black with #FE52FA

Text Example


Text Example

White with #FE52FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE52FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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