Html Css Color HEX #FB44F2 Pink Flamingo

📋 copy color: '#FB44F2'

red 251 ◦ green 68 ◦ blue 242

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

Shades of Pink Flamingo #FB44F2

Tints of Pink Flamingo #FB44F2

RGB

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

 GREEN value IS 68 (26.95% from 255) = 12.12%

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

R = 44.74%
G = 12.12%
B = 43.14%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FB44F2 (or 0xFB44F2) is known color: Pink Flamingo. HEX triplet: FB, 44 and F2. RGB value is (251,68,242). Sum of RGB (Red+Green+Blue) = 251+68+242=561 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.74% from 561); Green value is 68 (26.95% from 255 or 12.12% from 561); Blue value is 242 (94.92% from 255 or 43.14% from 561); Max value from RGB is 251 - color contains mainly: red. Hex color #FB44F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB44F2 is #04BB0D. Grayscale: #8E8E8E. Windows color (decimal): -310030 or 15877371. OLE color: 15877371.

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

Color convert

RGB 251 68 242 -
CMYK 0 0.73 0.04 0.02
HSL 302.95º 0.96% 0.63% -
HSV(B) 302.95º 0.73% 0.98% -
XYZ 57.88 31.05 86.95 -
YUV 142.55 184.13 205.35 -
System Red Green Blue C M Y K H S L
Decimal 251 68 242 0 0.73 0.04 0.02 302.95 0.96 0.63
Hex FB 44 F2 0 49 4 2 12F 60 3F
Octal 373 104 362 0 111 4 2 457 140 77
Binary 11111011 1000100 11110010 0 1001001 100 10 100101111 1100000 111111

Color Harmonies of #FB44F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB44F2

Black with #FB44F2

Text Example


Text Example

White with #FB44F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB44F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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