Html Css Color HEX #FD52FE Pink Flamingo

📋 copy color: '#FD52FE'

red 253 ◦ green 82 ◦ blue 254

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

Shades of Pink Flamingo #FD52FE

Tints of Pink Flamingo #FD52FE

RGB

 RED value IS 253 (99.22% from 255) = 42.95%

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

 BLUE value IS 254 (99.61% from 255) = 43.12%

R = 42.95%
G = 13.92%
B = 43.12%

CMYK

 C value IS 0.00

 M value IS 0.68

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FD52FE (or 0xFD52FE) is known color: Pink Flamingo. HEX triplet: FD, 52 and FE. RGB value is (253,82,254). Sum of RGB (Red+Green+Blue) = 253+82+254=589 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.95% from 589); Green value is 82 (32.42% from 255 or 13.92% from 589); Blue value is 254 (99.61% from 255 or 43.12% from 589); Max value from RGB is 254 - color contains mainly: blue. Hex color #FD52FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD52FE is #02AD01. Grayscale: #989898. Windows color (decimal): -175362 or 16667389. OLE color: 16667389.

HSL color Cylindrical-coordinate representation of color #FD52FE: hue angle of 299.65º 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 #FD52FE is Cyan = 0.00, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 253 82 254 -
CMYK 0.00 0.68 0 0.00
HSL 299.65º 0.99% 0.66% -
HSV(B) 299.65º 0.68% 1% -
XYZ 61.41 34.07 97.11 -
YUV 152.74 185.15 199.51 -
System Red Green Blue C M Y K H S L
Decimal 253 82 254 0.00 0.68 0 0.00 299.65 0.99 0.66
Hex FD 52 FE 0 44 0 0 12C 63 42
Octal 375 122 376 0 104 0 0 454 143 102
Binary 11111101 1010010 11111110 0 1000100 0 0 100101100 1100011 1000010

Color Harmonies of #FD52FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD52FE

Black with #FD52FE

Text Example


Text Example

White with #FD52FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD52FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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