Html Css Color HEX #FE33FE Pink Flamingo

📋 copy color: '#FE33FE'

red 254 ◦ green 51 ◦ blue 254

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

Shades of Pink Flamingo #FE33FE

Tints of Pink Flamingo #FE33FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.44%

R = 45.44%
G = 9.12%
B = 45.44%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FE33FE (or 0xFE33FE) is known color: Pink Flamingo. HEX triplet: FE, 33 and FE. RGB value is (254,51,254). Sum of RGB (Red+Green+Blue) = 254+51+254=559 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.44% from 559); Green value is 51 (20.31% from 255 or 9.12% from 559); Blue value is 254 (99.61% from 255 or 45.44% from 559); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FE33FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE33FE is #01CC01. Grayscale: #868686. Windows color (decimal): -117762 or 16659454. OLE color: 16659454.

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

Color convert

RGB 254 51 254 -
CMYK 0 0.80 0 0.00
HSL 300º 0.99% 0.6% -
HSV(B) 300º 0.8% 1% -
XYZ 59.95 30.59 96.51 -
YUV 134.84 195.25 212.99 -
System Red Green Blue C M Y K H S L
Decimal 254 51 254 0 0.80 0 0.00 300 0.99 0.6
Hex FE 33 FE 0 50 0 0 12C 63 3C
Octal 376 63 376 0 120 0 0 454 143 74
Binary 11111110 110011 11111110 0 1010000 0 0 100101100 1100011 111100

Color Harmonies of #FE33FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE33FE

Black with #FE33FE

Text Example


Text Example

White with #FE33FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE33FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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