Html Css Color HEX #FB5AF4 Pink Flamingo

📋 copy color: '#FB5AF4'

red 251 ◦ green 90 ◦ blue 244

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

Shades of Pink Flamingo #FB5AF4

Tints of Pink Flamingo #FB5AF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 41.71%

R = 42.91%
G = 15.38%
B = 41.71%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#FB5AF4 (or 0xFB5AF4) is known color: Pink Flamingo. HEX triplet: FB, 5A and F4. RGB value is (251,90,244). Sum of RGB (Red+Green+Blue) = 251+90+244=585 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.91% from 585); Green value is 90 (35.55% from 255 or 15.38% from 585); Blue value is 244 (95.70% from 255 or 41.71% from 585); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5AF4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB5AF4 is #04A50B. Grayscale: #9B9B9B. Windows color (decimal): -304396 or 16014075. OLE color: 16014075.

HSL color Cylindrical-coordinate representation of color #FB5AF4: hue angle of 302.61º 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 #FB5AF4 is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 90 244 -
CMYK 0 0.64 0.03 0.02
HSL 302.61º 0.95% 0.67% -
HSV(B) 302.61º 0.64% 0.98% -
XYZ 59.77 34.35 89.07 -
YUV 155.7 177.84 195.98 -
System Red Green Blue C M Y K H S L
Decimal 251 90 244 0 0.64 0.03 0.02 302.61 0.95 0.67
Hex FB 5A F4 0 40 3 2 12F 5F 43
Octal 373 132 364 0 100 3 2 457 137 103
Binary 11111011 1011010 11110100 0 1000000 11 10 100101111 1011111 1000011

Color Harmonies of #FB5AF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5AF4

Black with #FB5AF4

Text Example


Text Example

White with #FB5AF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5AF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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