Html Css Color HEX #FB4BF2 Pink Flamingo

📋 copy color: '#FB4BF2'

red 251 ◦ green 75 ◦ blue 242

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

Shades of Pink Flamingo #FB4BF2

Tints of Pink Flamingo #FB4BF2

RGB

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

 GREEN value IS 75 (29.69% from 255) = 13.2%

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

R = 44.19%
G = 13.2%
B = 42.61%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FB4BF2 (or 0xFB4BF2) is known color: Pink Flamingo. HEX triplet: FB, 4B and F2. RGB value is (251,75,242). Sum of RGB (Red+Green+Blue) = 251+75+242=568 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.19% from 568); Green value is 75 (29.69% from 255 or 13.20% from 568); Blue value is 242 (94.92% from 255 or 42.61% from 568); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4BF2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB4BF2 is #04B40D. Grayscale: #929292. Windows color (decimal): -308238 or 15879163. OLE color: 15879163.

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

Color convert

RGB 251 75 242 -
CMYK 0 0.70 0.04 0.02
HSL 303.07º 0.96% 0.64% -
HSV(B) 303.07º 0.7% 0.98% -
XYZ 58.33 31.95 87.1 -
YUV 146.66 181.81 202.42 -
System Red Green Blue C M Y K H S L
Decimal 251 75 242 0 0.70 0.04 0.02 303.07 0.96 0.64
Hex FB 4B F2 0 46 4 2 12F 60 40
Octal 373 113 362 0 106 4 2 457 140 100
Binary 11111011 1001011 11110010 0 1000110 100 10 100101111 1100000 1000000

Color Harmonies of #FB4BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB4BF2

Black with #FB4BF2

Text Example


Text Example

White with #FB4BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB4BF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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