Html Css Color HEX #FE53F4 Pink Flamingo

📋 copy color: '#FE53F4'

red 254 ◦ green 83 ◦ blue 244

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

Shades of Pink Flamingo #FE53F4

Tints of Pink Flamingo #FE53F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 42%

R = 43.72%
G = 14.29%
B = 42%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.04

 K value IS 0.00

RGB Variations

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

Color information

#FE53F4 (or 0xFE53F4) is known color: Pink Flamingo. HEX triplet: FE, 53 and F4. RGB value is (254,83,244). Sum of RGB (Red+Green+Blue) = 254+83+244=581 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.72% from 581); Green value is 83 (32.81% from 255 or 14.29% from 581); Blue value is 244 (95.70% from 255 or 42.00% from 581); Max value from RGB is 254 - color contains mainly: red. Hex color #FE53F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE53F4 is #01AC0B. Grayscale: #989898. Windows color (decimal): -109580 or 16012286. OLE color: 16012286.

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

Color convert

RGB 254 83 244 -
CMYK 0 0.67 0.04 0.00
HSL 303.51º 0.99% 0.66% -
HSV(B) 303.51º 0.67% 1% -
XYZ 60.3 33.79 88.93 -
YUV 152.48 179.65 200.41 -
System Red Green Blue C M Y K H S L
Decimal 254 83 244 0 0.67 0.04 0.00 303.51 0.99 0.66
Hex FE 53 F4 0 43 4 0 130 63 42
Octal 376 123 364 0 103 4 0 460 143 102
Binary 11111110 1010011 11110100 0 1000011 100 0 100110000 1100011 1000010

Color Harmonies of #FE53F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE53F4

Black with #FE53F4

Text Example


Text Example

White with #FE53F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE53F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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