Html Css Color HEX #F533FE Pink Flamingo

📋 copy color: '#F533FE'

red 245 ◦ green 51 ◦ blue 254

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

Shades of Pink Flamingo #F533FE

Tints of Pink Flamingo #F533FE

RGB

 RED value IS 245 (96.09% from 255) = 44.55%

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

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

R = 44.55%
G = 9.27%
B = 46.18%

CMYK

 C value IS 0.04

 M value IS 0.80

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F533FE (or 0xF533FE) is known color: Pink Flamingo. HEX triplet: F5, 33 and FE. RGB value is (245,51,254). Sum of RGB (Red+Green+Blue) = 245+51+254=550 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.55% from 550); Green value is 51 (20.31% from 255 or 9.27% from 550); Blue value is 254 (99.61% from 255 or 46.18% from 550); Max value from RGB is 254 - color contains mainly: blue. Hex color #F533FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F533FE is #0ACC01. Grayscale: #838383. Windows color (decimal): -707586 or 16659445. OLE color: 16659445.

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

Color convert

RGB 245 51 254 -
CMYK 0.04 0.80 0 0.00
HSL 297.34º 0.99% 0.6% -
HSV(B) 297.34º 0.8% 1% -
XYZ 56.73 28.94 96.36 -
YUV 132.15 196.77 208.49 -
System Red Green Blue C M Y K H S L
Decimal 245 51 254 0.04 0.80 0 0.00 297.34 0.99 0.6
Hex F5 33 FE 4 50 0 0 129 63 3C
Octal 365 63 376 4 120 0 0 451 143 74
Binary 11110101 110011 11111110 100 1010000 0 0 100101001 1100011 111100

Color Harmonies of #F533FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F533FE

Black with #F533FE

Text Example


Text Example

White with #F533FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F533FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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