Html Css Color HEX #FB4FF2 Pink Flamingo

📋 copy color: '#FB4FF2'

red 251 ◦ green 79 ◦ blue 242

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

Shades of Pink Flamingo #FB4FF2

Tints of Pink Flamingo #FB4FF2

RGB

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

 GREEN value IS 79 (31.25% from 255) = 13.81%

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

R = 43.88%
G = 13.81%
B = 42.31%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FB4FF2 (or 0xFB4FF2) is known color: Pink Flamingo. HEX triplet: FB, 4F and F2. RGB value is (251,79,242). Sum of RGB (Red+Green+Blue) = 251+79+242=572 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.88% from 572); Green value is 79 (31.25% from 255 or 13.81% from 572); Blue value is 242 (94.92% from 255 or 42.31% from 572); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4FF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB4FF2 is #04B00D. Grayscale: #949494. Windows color (decimal): -307214 or 15880187. OLE color: 15880187.

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

Color convert

RGB 251 79 242 -
CMYK 0 0.69 0.04 0.02
HSL 303.14º 0.96% 0.65% -
HSV(B) 303.14º 0.69% 0.98% -
XYZ 58.61 32.51 87.19 -
YUV 149.01 180.48 200.75 -
System Red Green Blue C M Y K H S L
Decimal 251 79 242 0 0.69 0.04 0.02 303.14 0.96 0.65
Hex FB 4F F2 0 45 4 2 12F 60 41
Octal 373 117 362 0 105 4 2 457 140 101
Binary 11111011 1001111 11110010 0 1000101 100 10 100101111 1100000 1000001

Color Harmonies of #FB4FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB4FF2

Black with #FB4FF2

Text Example


Text Example

White with #FB4FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB4FF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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