Html Css Color HEX #FB4AEF Pink Flamingo

📋 copy color: '#FB4AEF'

red 251 ◦ green 74 ◦ blue 239

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

Shades of Pink Flamingo #FB4AEF

Tints of Pink Flamingo #FB4AEF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 13.12%

 BLUE value IS 239 (93.75% from 255) = 42.38%

R = 44.5%
G = 13.12%
B = 42.38%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#FB4AEF (or 0xFB4AEF) is known color: Pink Flamingo. HEX triplet: FB, 4A and EF. RGB value is (251,74,239). Sum of RGB (Red+Green+Blue) = 251+74+239=564 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.50% from 564); Green value is 74 (29.30% from 255 or 13.12% from 564); Blue value is 239 (93.75% from 255 or 42.38% from 564); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4AEF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB4AEF is #04B510. Grayscale: #919191. Windows color (decimal): -308497 or 15682299. OLE color: 15682299.

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

Color convert

RGB 251 74 239 -
CMYK 0 0.71 0.05 0.02
HSL 304.07º 0.96% 0.64% -
HSV(B) 304.07º 0.71% 0.98% -
XYZ 57.81 31.64 84.72 -
YUV 145.73 180.64 203.08 -
System Red Green Blue C M Y K H S L
Decimal 251 74 239 0 0.71 0.05 0.02 304.07 0.96 0.64
Hex FB 4A EF 0 47 5 2 130 60 40
Octal 373 112 357 0 107 5 2 460 140 100
Binary 11111011 1001010 11101111 0 1000111 101 10 100110000 1100000 1000000

Color Harmonies of #FB4AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB4AEF

Black with #FB4AEF

Text Example


Text Example

White with #FB4AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB4AEF; }

 p { color: rgb(251,74,239); }

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

background-color css

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

 a { background-color: rgb(251,74,239); }

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

border-color css

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

 span { border-color: rgb(251,74,239); }

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