Html Css Color HEX #FB4AFE Pink Flamingo

📋 copy color: '#FB4AFE'

red 251 ◦ green 74 ◦ blue 254

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

Shades of Pink Flamingo #FB4AFE

Tints of Pink Flamingo #FB4AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.87%

R = 43.35%
G = 12.78%
B = 43.87%

CMYK

 C value IS 0.01

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FB4AFE (or 0xFB4AFE) is known color: Pink Flamingo. HEX triplet: FB, 4A and FE. RGB value is (251,74,254). Sum of RGB (Red+Green+Blue) = 251+74+254=579 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.35% from 579); Green value is 74 (29.30% from 255 or 12.78% from 579); Blue value is 254 (99.61% from 255 or 43.87% from 579); Max value from RGB is 254 - color contains mainly: blue. Hex color #FB4AFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB4AFE is #04B501. Grayscale: #929292. Windows color (decimal): -308482 or 16665339. OLE color: 16665339.

HSL color Cylindrical-coordinate representation of color #FB4AFE: hue angle of 299º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FB4AFE is Cyan = 0.01, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 251 74 254 -
CMYK 0.01 0.71 0 0.00
HSL 299º 0.99% 0.64% -
HSV(B) 299º 0.71% 1% -
XYZ 60.12 32.56 96.88 -
YUV 147.44 188.14 201.86 -
System Red Green Blue C M Y K H S L
Decimal 251 74 254 0.01 0.71 0 0.00 299 0.99 0.64
Hex FB 4A FE 1 47 0 0 12B 63 40
Octal 373 112 376 1 107 0 0 453 143 100
Binary 11111011 1001010 11111110 1 1000111 0 0 100101011 1100011 1000000

Color Harmonies of #FB4AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB4AFE

Black with #FB4AFE

Text Example


Text Example

White with #FB4AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB4AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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