Html Css Color HEX #FB48FF Pink Flamingo

📋 copy color: '#FB48FF'

red 251 ◦ green 72 ◦ blue 255

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

Shades of Pink Flamingo #FB48FF

Tints of Pink Flamingo #FB48FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.12%

R = 43.43%
G = 12.46%
B = 44.12%

CMYK

 C value IS 0.02

 M value IS 0.72

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FB48FF (or 0xFB48FF) is known color: Pink Flamingo. HEX triplet: FB, 48 and FF. RGB value is (251,72,255). Sum of RGB (Red+Green+Blue) = 251+72+255=578 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.43% from 578); Green value is 72 (28.52% from 255 or 12.46% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #FB48FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB48FF is #04B700. Grayscale: #919191. Windows color (decimal): -308993 or 16730363. OLE color: 16730363.

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

Color convert

RGB 251 72 255 -
CMYK 0.02 0.72 0 0
HSL 298.69º 1% 0.64% -
HSV(B) 298.69º 0.72% 1% -
XYZ 60.15 32.36 97.68 -
YUV 146.38 189.3 202.62 -
System Red Green Blue C M Y K H S L
Decimal 251 72 255 0.02 0.72 0 0 298.69 1 0.64
Hex FB 48 FF 2 48 0 0 12B 64 40
Octal 373 110 377 2 110 0 0 453 144 100
Binary 11111011 1001000 11111111 10 1001000 0 0 100101011 1100100 1000000

Color Harmonies of #FB48FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB48FF

Black with #FB48FF

Text Example


Text Example

White with #FB48FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB48FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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