Html Css Color HEX #FB5FF2 Pink Flamingo

📋 copy color: '#FB5FF2'

red 251 ◦ green 95 ◦ blue 242

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

Shades of Pink Flamingo #FB5FF2

Tints of Pink Flamingo #FB5FF2

RGB

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

 GREEN value IS 95 (37.5% from 255) = 16.16%

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

R = 42.69%
G = 16.16%
B = 41.16%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FB5FF2 (or 0xFB5FF2) is known color: Pink Flamingo. HEX triplet: FB, 5F and F2. RGB value is (251,95,242). Sum of RGB (Red+Green+Blue) = 251+95+242=588 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.69% from 588); Green value is 95 (37.5% from 255 or 16.16% from 588); Blue value is 242 (94.92% from 255 or 41.16% from 588); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5FF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB5FF2 is #04A00D. Grayscale: #9D9D9D. Windows color (decimal): -303118 or 15884283. OLE color: 15884283.

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

Color convert

RGB 251 95 242 -
CMYK 0 0.62 0.04 0.02
HSL 303.46º 0.95% 0.68% -
HSV(B) 303.46º 0.62% 0.98% -
XYZ 59.9 35.1 87.62 -
YUV 158.4 175.18 194.05 -
System Red Green Blue C M Y K H S L
Decimal 251 95 242 0 0.62 0.04 0.02 303.46 0.95 0.68
Hex FB 5F F2 0 3E 4 2 12F 5F 44
Octal 373 137 362 0 76 4 2 457 137 104
Binary 11111011 1011111 11110010 0 111110 100 10 100101111 1011111 1000100

Color Harmonies of #FB5FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5FF2

Black with #FB5FF2

Text Example


Text Example

White with #FB5FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5FF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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