Html Css Color HEX #FB52EC Pink Flamingo

📋 copy color: '#FB52EC'

red 251 ◦ green 82 ◦ blue 236

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

Shades of Pink Flamingo #FB52EC

Tints of Pink Flamingo #FB52EC

RGB

 RED value IS 251 (98.44% from 255) = 44.11%

 GREEN value IS 82 (32.42% from 255) = 14.41%

 BLUE value IS 236 (92.58% from 255) = 41.48%

R = 44.11%
G = 14.41%
B = 41.48%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FB52EC (or 0xFB52EC) is known color: Pink Flamingo. HEX triplet: FB, 52 and EC. RGB value is (251,82,236). Sum of RGB (Red+Green+Blue) = 251+82+236=569 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.11% from 569); Green value is 82 (32.42% from 255 or 14.41% from 569); Blue value is 236 (92.58% from 255 or 41.48% from 569); Max value from RGB is 251 - color contains mainly: red. Hex color #FB52EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB52EC is #04AD13. Grayscale: #959595. Windows color (decimal): -306452 or 15487739. OLE color: 15487739.

HSL color Cylindrical-coordinate representation of color #FB52EC: hue angle of 305.33º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FB52EC is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 82 236 -
CMYK 0 0.67 0.06 0.02
HSL 305.33º 0.95% 0.65% -
HSV(B) 305.33º 0.67% 0.98% -
XYZ 57.94 32.6 82.6 -
YUV 150.09 176.49 199.98 -
System Red Green Blue C M Y K H S L
Decimal 251 82 236 0 0.67 0.06 0.02 305.33 0.95 0.65
Hex FB 52 EC 0 43 6 2 131 5F 41
Octal 373 122 354 0 103 6 2 461 137 101
Binary 11111011 1010010 11101100 0 1000011 110 10 100110001 1011111 1000001

Color Harmonies of #FB52EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB52EC

Black with #FB52EC

Text Example


Text Example

White with #FB52EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB52EC; }

 p { color: rgb(251,82,236); }

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

background-color css

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

 a { background-color: rgb(251,82,236); }

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

border-color css

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

 span { border-color: rgb(251,82,236); }

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