Html Css Color HEX #FB4AF8 Pink Flamingo

📋 copy color: '#FB4AF8'

red 251 ◦ green 74 ◦ blue 248

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

Shades of Pink Flamingo #FB4AF8

Tints of Pink Flamingo #FB4AF8

RGB

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

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

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

R = 43.8%
G = 12.91%
B = 43.28%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#FB4AF8 (or 0xFB4AF8) is known color: Pink Flamingo. HEX triplet: FB, 4A and F8. RGB value is (251,74,248). Sum of RGB (Red+Green+Blue) = 251+74+248=573 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.80% from 573); Green value is 74 (29.30% from 255 or 12.91% from 573); Blue value is 248 (97.27% from 255 or 43.28% from 573); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4AF8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB4AF8 is #04B507. Grayscale: #929292. Windows color (decimal): -308488 or 16272123. OLE color: 16272123.

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

Color convert

RGB 251 74 248 -
CMYK 0 0.71 0.01 0.02
HSL 301.02º 0.96% 0.64% -
HSV(B) 301.02º 0.71% 0.98% -
XYZ 59.18 32.18 91.9 -
YUV 146.76 185.14 202.35 -
System Red Green Blue C M Y K H S L
Decimal 251 74 248 0 0.71 0.01 0.02 301.02 0.96 0.64
Hex FB 4A F8 0 47 1 2 12D 60 40
Octal 373 112 370 0 107 1 2 455 140 100
Binary 11111011 1001010 11111000 0 1000111 1 10 100101101 1100000 1000000

Color Harmonies of #FB4AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB4AF8

Black with #FB4AF8

Text Example


Text Example

White with #FB4AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB4AF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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