Html Css Color HEX #FE53FC Pink Flamingo

📋 copy color: '#FE53FC'

red 254 ◦ green 83 ◦ blue 252

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

Shades of Pink Flamingo #FE53FC

Tints of Pink Flamingo #FE53FC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 14.09%

 BLUE value IS 252 (98.83% from 255) = 42.78%

R = 43.12%
G = 14.09%
B = 42.78%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#FE53FC (or 0xFE53FC) is known color: Pink Flamingo. HEX triplet: FE, 53 and FC. RGB value is (254,83,252). Sum of RGB (Red+Green+Blue) = 254+83+252=589 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.12% from 589); Green value is 83 (32.81% from 255 or 14.09% from 589); Blue value is 252 (98.83% from 255 or 42.78% from 589); Max value from RGB is 254 - color contains mainly: red. Hex color #FE53FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE53FC is #01AC03. Grayscale: #989898. Windows color (decimal): -109572 or 16536574. OLE color: 16536574.

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

Color convert

RGB 254 83 252 -
CMYK 0 0.67 0.01 0.00
HSL 300.7º 0.99% 0.66% -
HSV(B) 300.7º 0.67% 1% -
XYZ 61.54 34.29 95.47 -
YUV 153.4 183.65 199.76 -
System Red Green Blue C M Y K H S L
Decimal 254 83 252 0 0.67 0.01 0.00 300.7 0.99 0.66
Hex FE 53 FC 0 43 1 0 12D 63 42
Octal 376 123 374 0 103 1 0 455 143 102
Binary 11111110 1010011 11111100 0 1000011 1 0 100101101 1100011 1000010

Color Harmonies of #FE53FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE53FC

Black with #FE53FC

Text Example


Text Example

White with #FE53FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE53FC; }

 p { color: rgb(254,83,252); }

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

background-color css

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

 a { background-color: rgb(254,83,252); }

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

border-color css

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

 span { border-color: rgb(254,83,252); }

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