Html Css Color HEX #FA63F4 Pink Flamingo

📋 copy color: '#FA63F4'

red 250 ◦ green 99 ◦ blue 244

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

Shades of Pink Flamingo #FA63F4

Tints of Pink Flamingo #FA63F4

RGB

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

 GREEN value IS 99 (39.06% from 255) = 16.69%

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

R = 42.16%
G = 16.69%
B = 41.15%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#FA63F4 (or 0xFA63F4) is known color: Pink Flamingo. HEX triplet: FA, 63 and F4. RGB value is (250,99,244). Sum of RGB (Red+Green+Blue) = 250+99+244=593 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.16% from 593); Green value is 99 (39.06% from 255 or 16.69% from 593); Blue value is 244 (95.70% from 255 or 41.15% from 593); Max value from RGB is 250 - color contains mainly: red. Hex color #FA63F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA63F4 is #059C0B. Grayscale: #A0A0A0. Windows color (decimal): -367628 or 16016378. OLE color: 16016378.

HSL color Cylindrical-coordinate representation of color #FA63F4: hue angle of 302.38º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FA63F4 is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 99 244 -
CMYK 0 0.60 0.02 0.02
HSL 302.38º 0.94% 0.68% -
HSV(B) 302.38º 0.6% 0.98% -
XYZ 60.22 35.78 89.32 -
YUV 160.68 175.03 191.71 -
System Red Green Blue C M Y K H S L
Decimal 250 99 244 0 0.60 0.02 0.02 302.38 0.94 0.68
Hex FA 63 F4 0 3C 2 2 12E 5E 44
Octal 372 143 364 0 74 2 2 456 136 104
Binary 11111010 1100011 11110100 0 111100 10 10 100101110 1011110 1000100

Color Harmonies of #FA63F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA63F4

Black with #FA63F4

Text Example


Text Example

White with #FA63F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA63F4; }

 p { color: rgb(250,99,244); }

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

background-color css

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

 a { background-color: rgb(250,99,244); }

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

border-color css

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

 span { border-color: rgb(250,99,244); }

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