Html Css Color HEX #FE33FD Pink Flamingo

📋 copy color: '#FE33FD'

red 254 ◦ green 51 ◦ blue 253

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

Shades of Pink Flamingo #FE33FD

Tints of Pink Flamingo #FE33FD

RGB

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

 GREEN value IS 51 (20.31% from 255) = 9.14%

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

R = 45.52%
G = 9.14%
B = 45.34%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.00

 K value IS 0.00

RGB Variations

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

Color information

#FE33FD (or 0xFE33FD) is known color: Pink Flamingo. HEX triplet: FE, 33 and FD. RGB value is (254,51,253). Sum of RGB (Red+Green+Blue) = 254+51+253=558 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.52% from 558); Green value is 51 (20.31% from 255 or 9.14% from 558); Blue value is 253 (99.22% from 255 or 45.34% from 558); Max value from RGB is 254 - color contains mainly: red. Hex color #FE33FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE33FD is #01CC02. Grayscale: #868686. Windows color (decimal): -117763 or 16593918. OLE color: 16593918.

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

Color convert

RGB 254 51 253 -
CMYK 0 0.80 0.00 0.00
HSL 300.3º 0.99% 0.6% -
HSV(B) 300.3º 0.8% 1% -
XYZ 59.79 30.53 95.67 -
YUV 134.73 194.75 213.07 -
System Red Green Blue C M Y K H S L
Decimal 254 51 253 0 0.80 0.00 0.00 300.3 0.99 0.6
Hex FE 33 FD 0 50 0 0 12C 63 3C
Octal 376 63 375 0 120 0 0 454 143 74
Binary 11111110 110011 11111101 0 1010000 0 0 100101100 1100011 111100

Color Harmonies of #FE33FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE33FD

Black with #FE33FD

Text Example


Text Example

White with #FE33FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE33FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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