Html Css Color HEX #FB5AF0 Pink Flamingo

📋 copy color: '#FB5AF0'

red 251 ◦ green 90 ◦ blue 240

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

Shades of Pink Flamingo #FB5AF0

Tints of Pink Flamingo #FB5AF0

RGB

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

 GREEN value IS 90 (35.55% from 255) = 15.49%

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

R = 43.2%
G = 15.49%
B = 41.31%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FB5AF0 (or 0xFB5AF0) is known color: Pink Flamingo. HEX triplet: FB, 5A and F0. RGB value is (251,90,240). Sum of RGB (Red+Green+Blue) = 251+90+240=581 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.20% from 581); Green value is 90 (35.55% from 255 or 15.49% from 581); Blue value is 240 (94.14% from 255 or 41.31% from 581); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5AF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB5AF0 is #04A50F. Grayscale: #9A9A9A. Windows color (decimal): -304400 or 15751931. OLE color: 15751931.

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

Color convert

RGB 251 90 240 -
CMYK 0 0.64 0.04 0.02
HSL 304.1º 0.95% 0.67% -
HSV(B) 304.1º 0.64% 0.98% -
XYZ 59.17 34.11 85.9 -
YUV 155.24 175.84 196.3 -
System Red Green Blue C M Y K H S L
Decimal 251 90 240 0 0.64 0.04 0.02 304.1 0.95 0.67
Hex FB 5A F0 0 40 4 2 130 5F 43
Octal 373 132 360 0 100 4 2 460 137 103
Binary 11111011 1011010 11110000 0 1000000 100 10 100110000 1011111 1000011

Color Harmonies of #FB5AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5AF0

Black with #FB5AF0

Text Example


Text Example

White with #FB5AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5AF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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