Html Css Color HEX #FD33FE Pink Flamingo

📋 copy color: '#FD33FE'

red 253 ◦ green 51 ◦ blue 254

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

Shades of Pink Flamingo #FD33FE

Tints of Pink Flamingo #FD33FE

RGB

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

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

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

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

CMYK

 C value IS 0.00

 M value IS 0.80

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FD33FE (or 0xFD33FE) is known color: Pink Flamingo. HEX triplet: FD, 33 and FE. RGB value is (253,51,254). Sum of RGB (Red+Green+Blue) = 253+51+254=558 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.34% from 558); Green value is 51 (20.31% from 255 or 9.14% from 558); Blue value is 254 (99.61% from 255 or 45.52% from 558); Max value from RGB is 254 - color contains mainly: blue. Hex color #FD33FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD33FE is #02CC01. Grayscale: #858585. Windows color (decimal): -183298 or 16659453. OLE color: 16659453.

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

Color convert

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

Color Harmonies of #FD33FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD33FE

Black with #FD33FE

Text Example


Text Example

White with #FD33FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD33FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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