Html Css Color HEX #FB53FE Pink Flamingo

📋 copy color: '#FB53FE'

red 251 ◦ green 83 ◦ blue 254

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

Shades of Pink Flamingo #FB53FE

Tints of Pink Flamingo #FB53FE

RGB

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

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

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

R = 42.69%
G = 14.12%
B = 43.2%

CMYK

 C value IS 0.01

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FB53FE (or 0xFB53FE) is known color: Pink Flamingo. HEX triplet: FB, 53 and FE. RGB value is (251,83,254). Sum of RGB (Red+Green+Blue) = 251+83+254=588 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.69% from 588); Green value is 83 (32.81% from 255 or 14.12% from 588); Blue value is 254 (99.61% from 255 or 43.20% from 588); Max value from RGB is 254 - color contains mainly: blue. Hex color #FB53FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB53FE is #04AC01. Grayscale: #989898. Windows color (decimal): -306178 or 16667643. OLE color: 16667643.

HSL color Cylindrical-coordinate representation of color #FB53FE: hue angle of 298.95º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FB53FE is Cyan = 0.01, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 251 83 254 -
CMYK 0.01 0.67 0 0.00
HSL 298.95º 0.99% 0.66% -
HSV(B) 298.95º 0.67% 1% -
XYZ 60.77 33.85 97.1 -
YUV 152.73 185.16 198.1 -
System Red Green Blue C M Y K H S L
Decimal 251 83 254 0.01 0.67 0 0.00 298.95 0.99 0.66
Hex FB 53 FE 1 43 0 0 12B 63 42
Octal 373 123 376 1 103 0 0 453 143 102
Binary 11111011 1010011 11111110 1 1000011 0 0 100101011 1100011 1000010

Color Harmonies of #FB53FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB53FE

Black with #FB53FE

Text Example


Text Example

White with #FB53FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB53FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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