Html Css Color HEX #FA4DFF Pink Flamingo

📋 copy color: '#FA4DFF'

red 250 ◦ green 77 ◦ blue 255

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

Shades of Pink Flamingo #FA4DFF

Tints of Pink Flamingo #FA4DFF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 13.23%

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

R = 42.96%
G = 13.23%
B = 43.81%

CMYK

 C value IS 0.02

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FA4DFF (or 0xFA4DFF) is known color: Pink Flamingo. HEX triplet: FA, 4D and FF. RGB value is (250,77,255). Sum of RGB (Red+Green+Blue) = 250+77+255=582 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.96% from 582); Green value is 77 (30.47% from 255 or 13.23% from 582); Blue value is 255 (100% from 255 or 43.81% from 582); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA4DFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA4DFF is #05B200. Grayscale: #949494. Windows color (decimal): -373249 or 16731642. OLE color: 16731642.

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

Color convert

RGB 250 77 255 -
CMYK 0.02 0.70 0 0
HSL 298.31º 1% 0.65% -
HSV(B) 298.31º 0.7% 1% -
XYZ 60.13 32.85 97.78 -
YUV 149.02 187.81 200.03 -
System Red Green Blue C M Y K H S L
Decimal 250 77 255 0.02 0.70 0 0 298.31 1 0.65
Hex FA 4D FF 2 46 0 0 12A 64 41
Octal 372 115 377 2 106 0 0 452 144 101
Binary 11111010 1001101 11111111 10 1000110 0 0 100101010 1100100 1000001

Color Harmonies of #FA4DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4DFF

Black with #FA4DFF

Text Example


Text Example

White with #FA4DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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