Html Css Color HEX #FE52FD Pink Flamingo

📋 copy color: '#FE52FD'

red 254 ◦ green 82 ◦ blue 253

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

Shades of Pink Flamingo #FE52FD

Tints of Pink Flamingo #FE52FD

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.00

 K value IS 0.00

RGB Variations

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

Color information

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

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

Color convert

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

Color Harmonies of #FE52FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE52FD

Black with #FE52FD

Text Example


Text Example

White with #FE52FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE52FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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