Html Css Color HEX #FB55FF Pink Flamingo

📋 copy color: '#FB55FF'

red 251 ◦ green 85 ◦ blue 255

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

Shades of Pink Flamingo #FB55FF

Tints of Pink Flamingo #FB55FF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 14.38%

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

R = 42.47%
G = 14.38%
B = 43.15%

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

#FB55FF (or 0xFB55FF) is known color: Pink Flamingo. HEX triplet: FB, 55 and FF. RGB value is (251,85,255). Sum of RGB (Red+Green+Blue) = 251+85+255=591 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.47% from 591); Green value is 85 (33.59% from 255 or 14.38% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #FB55FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB55FF is #04AA00. Grayscale: #999999. Windows color (decimal): -305665 or 16733691. OLE color: 16733691.

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

Color convert

RGB 251 85 255 -
CMYK 0.02 0.67 0 0
HSL 298.59º 1% 0.67% -
HSV(B) 298.59º 0.67% 1% -
XYZ 61.08 34.23 97.99 -
YUV 154.01 185 197.18 -
System Red Green Blue C M Y K H S L
Decimal 251 85 255 0.02 0.67 0 0 298.59 1 0.67
Hex FB 55 FF 2 43 0 0 12B 64 43
Octal 373 125 377 2 103 0 0 453 144 103
Binary 11111011 1010101 11111111 10 1000011 0 0 100101011 1100100 1000011

Color Harmonies of #FB55FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB55FF

Black with #FB55FF

Text Example


Text Example

White with #FB55FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB55FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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