Html Css Color HEX #FE46FD Pink Flamingo

📋 copy color: '#FE46FD'

red 254 ◦ green 70 ◦ blue 253

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

Shades of Pink Flamingo #FE46FD

Tints of Pink Flamingo #FE46FD

RGB

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

 GREEN value IS 70 (27.73% from 255) = 12.13%

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

R = 44.02%
G = 12.13%
B = 43.85%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.00

 K value IS 0.00

RGB Variations

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

Color information

#FE46FD (or 0xFE46FD) is known color: Pink Flamingo. HEX triplet: FE, 46 and FD. RGB value is (254,70,253). Sum of RGB (Red+Green+Blue) = 254+70+253=577 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.02% from 577); Green value is 70 (27.73% from 255 or 12.13% from 577); Blue value is 253 (99.22% from 255 or 43.85% from 577); Max value from RGB is 254 - color contains mainly: red. Hex color #FE46FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE46FD is #01B902. Grayscale: #919191. Windows color (decimal): -112899 or 16598782. OLE color: 16598782.

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

Color convert

RGB 254 70 253 -
CMYK 0 0.72 0.00 0.00
HSL 300.33º 0.99% 0.64% -
HSV(B) 300.33º 0.72% 1% -
XYZ 60.79 32.54 96.01 -
YUV 145.88 188.46 205.12 -
System Red Green Blue C M Y K H S L
Decimal 254 70 253 0 0.72 0.00 0.00 300.33 0.99 0.64
Hex FE 46 FD 0 48 0 0 12C 63 40
Octal 376 106 375 0 110 0 0 454 143 100
Binary 11111110 1000110 11111101 0 1001000 0 0 100101100 1100011 1000000

Color Harmonies of #FE46FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE46FD

Black with #FE46FD

Text Example


Text Example

White with #FE46FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE46FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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