Html Css Color HEX #FB48FE Pink Flamingo

📋 copy color: '#FB48FE'

red 251 ◦ green 72 ◦ blue 254

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

Shades of Pink Flamingo #FB48FE

Tints of Pink Flamingo #FB48FE

RGB

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

 GREEN value IS 72 (28.52% from 255) = 12.48%

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

R = 43.5%
G = 12.48%
B = 44.02%

CMYK

 C value IS 0.01

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FB48FE (or 0xFB48FE) is known color: Pink Flamingo. HEX triplet: FB, 48 and FE. RGB value is (251,72,254). Sum of RGB (Red+Green+Blue) = 251+72+254=577 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.50% from 577); Green value is 72 (28.52% from 255 or 12.48% from 577); Blue value is 254 (99.61% from 255 or 44.02% from 577); Max value from RGB is 254 - color contains mainly: blue. Hex color #FB48FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB48FE is #04B701. Grayscale: #919191. Windows color (decimal): -308994 or 16664827. OLE color: 16664827.

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

Color convert

RGB 251 72 254 -
CMYK 0.01 0.72 0 0.00
HSL 299.01º 0.99% 0.64% -
HSV(B) 299.01º 0.72% 1% -
XYZ 59.99 32.3 96.84 -
YUV 146.27 188.8 202.7 -
System Red Green Blue C M Y K H S L
Decimal 251 72 254 0.01 0.72 0 0.00 299.01 0.99 0.64
Hex FB 48 FE 1 48 0 0 12B 63 40
Octal 373 110 376 1 110 0 0 453 143 100
Binary 11111011 1001000 11111110 1 1001000 0 0 100101011 1100011 1000000

Color Harmonies of #FB48FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB48FE

Black with #FB48FE

Text Example


Text Example

White with #FB48FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB48FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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