Html Css Color HEX #FB53EC Pink Flamingo

📋 copy color: '#FB53EC'

red 251 ◦ green 83 ◦ blue 236

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

Shades of Pink Flamingo #FB53EC

Tints of Pink Flamingo #FB53EC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 14.56%

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

R = 44.04%
G = 14.56%
B = 41.4%

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

#FB53EC (or 0xFB53EC) is known color: Pink Flamingo. HEX triplet: FB, 53 and EC. RGB value is (251,83,236). Sum of RGB (Red+Green+Blue) = 251+83+236=570 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.04% from 570); Green value is 83 (32.81% from 255 or 14.56% from 570); Blue value is 236 (92.58% from 255 or 41.40% from 570); Max value from RGB is 251 - color contains mainly: red. Hex color #FB53EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB53EC is #04AC13. Grayscale: #969696. Windows color (decimal): -306196 or 15487995. OLE color: 15487995.

HSL color Cylindrical-coordinate representation of color #FB53EC: hue angle of 305.36º 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 #FB53EC is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 83 236 -
CMYK 0 0.67 0.06 0.02
HSL 305.36º 0.95% 0.65% -
HSV(B) 305.36º 0.67% 0.98% -
XYZ 58.02 32.75 82.62 -
YUV 150.67 176.16 199.56 -
System Red Green Blue C M Y K H S L
Decimal 251 83 236 0 0.67 0.06 0.02 305.36 0.95 0.65
Hex FB 53 EC 0 43 6 2 131 5F 41
Octal 373 123 354 0 103 6 2 461 137 101
Binary 11111011 1010011 11101100 0 1000011 110 10 100110001 1011111 1000001

Color Harmonies of #FB53EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB53EC

Black with #FB53EC

Text Example


Text Example

White with #FB53EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB53EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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