Html Css Color HEX #FB53FF Pink Flamingo

📋 copy color: '#FB53FF'

red 251 ◦ green 83 ◦ blue 255

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

Shades of Pink Flamingo #FB53FF

Tints of Pink Flamingo #FB53FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.29%

R = 42.61%
G = 14.09%
B = 43.29%

CMYK

 C value IS 0.02

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FB53FF (or 0xFB53FF) is known color: Pink Flamingo. HEX triplet: FB, 53 and FF. RGB value is (251,83,255). Sum of RGB (Red+Green+Blue) = 251+83+255=589 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.61% from 589); Green value is 83 (32.81% from 255 or 14.09% from 589); Blue value is 255 (100% from 255 or 43.29% from 589); Max value from RGB is 255 - color contains mainly: blue. Hex color #FB53FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB53FF is #04AC00. Grayscale: #989898. Windows color (decimal): -306177 or 16733179. OLE color: 16733179.

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

Color convert

RGB 251 83 255 -
CMYK 0.02 0.67 0 0
HSL 298.6º 1% 0.66% -
HSV(B) 298.6º 0.67% 1% -
XYZ 60.93 33.92 97.94 -
YUV 152.84 185.66 198.01 -
System Red Green Blue C M Y K H S L
Decimal 251 83 255 0.02 0.67 0 0 298.6 1 0.66
Hex FB 53 FF 2 43 0 0 12B 64 42
Octal 373 123 377 2 103 0 0 453 144 102
Binary 11111011 1010011 11111111 10 1000011 0 0 100101011 1100100 1000010

Color Harmonies of #FB53FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB53FF

Black with #FB53FF

Text Example


Text Example

White with #FB53FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB53FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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