Html Css Color HEX #FB55F0 Pink Flamingo

📋 copy color: '#FB55F0'

red 251 ◦ green 85 ◦ blue 240

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

Shades of Pink Flamingo #FB55F0

Tints of Pink Flamingo #FB55F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 41.67%

R = 43.58%
G = 14.76%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FB55F0 (or 0xFB55F0) is known color: Pink Flamingo. HEX triplet: FB, 55 and F0. RGB value is (251,85,240). Sum of RGB (Red+Green+Blue) = 251+85+240=576 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.58% from 576); Green value is 85 (33.59% from 255 or 14.76% from 576); Blue value is 240 (94.14% from 255 or 41.67% from 576); Max value from RGB is 251 - color contains mainly: red. Hex color #FB55F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB55F0 is #04AA0F. Grayscale: #979797. Windows color (decimal): -305680 or 15750651. OLE color: 15750651.

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

Color convert

RGB 251 85 240 -
CMYK 0 0.66 0.04 0.02
HSL 303.98º 0.95% 0.66% -
HSV(B) 303.98º 0.66% 0.98% -
XYZ 58.76 33.3 85.77 -
YUV 152.3 177.5 198.4 -
System Red Green Blue C M Y K H S L
Decimal 251 85 240 0 0.66 0.04 0.02 303.98 0.95 0.66
Hex FB 55 F0 0 42 4 2 130 5F 42
Octal 373 125 360 0 102 4 2 460 137 102
Binary 11111011 1010101 11110000 0 1000010 100 10 100110000 1011111 1000010

Color Harmonies of #FB55F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB55F0

Black with #FB55F0

Text Example


Text Example

White with #FB55F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB55F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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