Html Css Color HEX #FB48F0 Pink Flamingo

📋 copy color: '#FB48F0'

red 251 ◦ green 72 ◦ blue 240

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

Shades of Pink Flamingo #FB48F0

Tints of Pink Flamingo #FB48F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 42.63%

R = 44.58%
G = 12.79%
B = 42.63%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FB48F0 (or 0xFB48F0) is known color: Pink Flamingo. HEX triplet: FB, 48 and F0. RGB value is (251,72,240). Sum of RGB (Red+Green+Blue) = 251+72+240=563 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.58% from 563); Green value is 72 (28.52% from 255 or 12.79% from 563); Blue value is 240 (94.14% from 255 or 42.63% from 563); Max value from RGB is 251 - color contains mainly: red. Hex color #FB48F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB48F0 is #04B70F. Grayscale: #909090. Windows color (decimal): -309008 or 15747323. OLE color: 15747323.

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

Color convert

RGB 251 72 240 -
CMYK 0 0.71 0.04 0.02
HSL 303.69º 0.96% 0.63% -
HSV(B) 303.69º 0.71% 0.98% -
XYZ 57.83 31.44 85.46 -
YUV 144.67 181.8 203.84 -
System Red Green Blue C M Y K H S L
Decimal 251 72 240 0 0.71 0.04 0.02 303.69 0.96 0.63
Hex FB 48 F0 0 47 4 2 130 60 3F
Octal 373 110 360 0 107 4 2 460 140 77
Binary 11111011 1001000 11110000 0 1000111 100 10 100110000 1100000 111111

Color Harmonies of #FB48F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB48F0

Black with #FB48F0

Text Example


Text Example

White with #FB48F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB48F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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