Html Css Color HEX #FB55F2 Pink Flamingo

📋 copy color: '#FB55F2'

red 251 ◦ green 85 ◦ blue 242

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

Shades of Pink Flamingo #FB55F2

Tints of Pink Flamingo #FB55F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 41.87%

R = 43.43%
G = 14.71%
B = 41.87%

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

#FB55F2 (or 0xFB55F2) is known color: Pink Flamingo. HEX triplet: FB, 55 and F2. RGB value is (251,85,242). Sum of RGB (Red+Green+Blue) = 251+85+242=578 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.43% from 578); Green value is 85 (33.59% from 255 or 14.71% from 578); Blue value is 242 (94.92% from 255 or 41.87% from 578); Max value from RGB is 251 - color contains mainly: red. Hex color #FB55F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB55F2 is #04AA0D. Grayscale: #989898. Windows color (decimal): -305678 or 15881723. OLE color: 15881723.

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

Color convert

RGB 251 85 242 -
CMYK 0 0.66 0.04 0.02
HSL 303.25º 0.95% 0.66% -
HSV(B) 303.25º 0.66% 0.98% -
XYZ 59.06 33.42 87.34 -
YUV 152.53 178.5 198.23 -
System Red Green Blue C M Y K H S L
Decimal 251 85 242 0 0.66 0.04 0.02 303.25 0.95 0.66
Hex FB 55 F2 0 42 4 2 12F 5F 42
Octal 373 125 362 0 102 4 2 457 137 102
Binary 11111011 1010101 11110010 0 1000010 100 10 100101111 1011111 1000010

Color Harmonies of #FB55F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB55F2

Black with #FB55F2

Text Example


Text Example

White with #FB55F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB55F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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