Html Css Color HEX #FB55F5 Pink Flamingo

📋 copy color: '#FB55F5'

red 251 ◦ green 85 ◦ blue 245

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

Shades of Pink Flamingo #FB55F5

Tints of Pink Flamingo #FB55F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 42.17%

R = 43.2%
G = 14.63%
B = 42.17%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#FB55F5 (or 0xFB55F5) is known color: Pink Flamingo. HEX triplet: FB, 55 and F5. RGB value is (251,85,245). Sum of RGB (Red+Green+Blue) = 251+85+245=581 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.20% from 581); Green value is 85 (33.59% from 255 or 14.63% from 581); Blue value is 245 (96.09% from 255 or 42.17% from 581); Max value from RGB is 251 - color contains mainly: red. Hex color #FB55F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB55F5 is #04AA0A. Grayscale: #989898. Windows color (decimal): -305675 or 16078331. OLE color: 16078331.

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

Color convert

RGB 251 85 245 -
CMYK 0 0.66 0.02 0.02
HSL 302.17º 0.95% 0.66% -
HSV(B) 302.17º 0.66% 0.98% -
XYZ 59.51 33.6 89.73 -
YUV 152.87 180 197.99 -
System Red Green Blue C M Y K H S L
Decimal 251 85 245 0 0.66 0.02 0.02 302.17 0.95 0.66
Hex FB 55 F5 0 42 2 2 12E 5F 42
Octal 373 125 365 0 102 2 2 456 137 102
Binary 11111011 1010101 11110101 0 1000010 10 10 100101110 1011111 1000010

Color Harmonies of #FB55F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB55F5

Black with #FB55F5

Text Example


Text Example

White with #FB55F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB55F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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