Html Css Color HEX #FB3AF8 Pink Flamingo

📋 copy color: '#FB3AF8'

red 251 ◦ green 58 ◦ blue 248

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

Shades of Pink Flamingo #FB3AF8

Tints of Pink Flamingo #FB3AF8

RGB

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

 GREEN value IS 58 (23.05% from 255) = 10.41%

 BLUE value IS 248 (97.27% from 255) = 44.52%

R = 45.06%
G = 10.41%
B = 44.52%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#FB3AF8 (or 0xFB3AF8) is known color: Pink Flamingo. HEX triplet: FB, 3A and F8. RGB value is (251,58,248). Sum of RGB (Red+Green+Blue) = 251+58+248=557 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.06% from 557); Green value is 58 (23.05% from 255 or 10.41% from 557); Blue value is 248 (97.27% from 255 or 44.52% from 557); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3AF8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB3AF8 is #04C507. Grayscale: #888888. Windows color (decimal): -312584 or 16268027. OLE color: 16268027.

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

Color convert

RGB 251 58 248 -
CMYK 0 0.77 0.01 0.02
HSL 300.93º 0.96% 0.61% -
HSV(B) 300.93º 0.77% 0.98% -
XYZ 58.24 30.31 91.59 -
YUV 137.37 190.44 209.05 -
System Red Green Blue C M Y K H S L
Decimal 251 58 248 0 0.77 0.01 0.02 300.93 0.96 0.61
Hex FB 3A F8 0 4D 1 2 12D 60 3D
Octal 373 72 370 0 115 1 2 455 140 75
Binary 11111011 111010 11111000 0 1001101 1 10 100101101 1100000 111101

Color Harmonies of #FB3AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3AF8

Black with #FB3AF8

Text Example


Text Example

White with #FB3AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3AF8; }

 p { color: rgb(251,58,248); }

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

background-color css

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

 a { background-color: rgb(251,58,248); }

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

border-color css

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

 span { border-color: rgb(251,58,248); }

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