Html Css Color HEX #FA4BFF Pink Flamingo

📋 copy color: '#FA4BFF'

red 250 ◦ green 75 ◦ blue 255

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

Shades of Pink Flamingo #FA4BFF

Tints of Pink Flamingo #FA4BFF

RGB

 RED value IS 250 (98.05% from 255) = 43.1%

 GREEN value IS 75 (29.69% from 255) = 12.93%

 BLUE value IS 255 (100% from 255) = 43.97%

R = 43.1%
G = 12.93%
B = 43.97%

CMYK

 C value IS 0.02

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FA4BFF (or 0xFA4BFF) is known color: Pink Flamingo. HEX triplet: FA, 4B and FF. RGB value is (250,75,255). Sum of RGB (Red+Green+Blue) = 250+75+255=580 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.10% from 580); Green value is 75 (29.69% from 255 or 12.93% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA4BFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA4BFF is #05B400. Grayscale: #939393. Windows color (decimal): -373761 or 16731130. OLE color: 16731130.

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

Color convert

RGB 250 75 255 -
CMYK 0.02 0.71 0 0
HSL 298.33º 1% 0.65% -
HSV(B) 298.33º 0.71% 1% -
XYZ 59.99 32.58 97.73 -
YUV 147.85 188.48 200.86 -
System Red Green Blue C M Y K H S L
Decimal 250 75 255 0.02 0.71 0 0 298.33 1 0.65
Hex FA 4B FF 2 47 0 0 12A 64 41
Octal 372 113 377 2 107 0 0 452 144 101
Binary 11111010 1001011 11111111 10 1000111 0 0 100101010 1100100 1000001

Color Harmonies of #FA4BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4BFF

Black with #FA4BFF

Text Example


Text Example

White with #FA4BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4BFF; }

 p { color: rgb(250,75,255); }

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

background-color css

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

 a { background-color: rgb(250,75,255); }

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

border-color css

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

 span { border-color: rgb(250,75,255); }

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