Html Css Color HEX #FA63F7 Pink Flamingo

📋 copy color: '#FA63F7'

red 250 ◦ green 99 ◦ blue 247

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

Shades of Pink Flamingo #FA63F7

Tints of Pink Flamingo #FA63F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 41.44%

R = 41.95%
G = 16.61%
B = 41.44%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#FA63F7 (or 0xFA63F7) is known color: Pink Flamingo. HEX triplet: FA, 63 and F7. RGB value is (250,99,247). Sum of RGB (Red+Green+Blue) = 250+99+247=596 (78% of max value = 765). Red value is 250 (98.05% from 255 or 41.95% from 596); Green value is 99 (39.06% from 255 or 16.61% from 596); Blue value is 247 (96.88% from 255 or 41.44% from 596); Max value from RGB is 250 - color contains mainly: red. Hex color #FA63F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA63F7 is #059C08. Grayscale: #A0A0A0. Windows color (decimal): -367625 or 16212986. OLE color: 16212986.

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

Color convert

RGB 250 99 247 -
CMYK 0 0.60 0.01 0.02
HSL 301.19º 0.94% 0.68% -
HSV(B) 301.19º 0.6% 0.98% -
XYZ 60.67 35.96 91.74 -
YUV 161.02 176.53 191.47 -
System Red Green Blue C M Y K H S L
Decimal 250 99 247 0 0.60 0.01 0.02 301.19 0.94 0.68
Hex FA 63 F7 0 3C 1 2 12D 5E 44
Octal 372 143 367 0 74 1 2 455 136 104
Binary 11111010 1100011 11110111 0 111100 1 10 100101101 1011110 1000100

Color Harmonies of #FA63F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA63F7

Black with #FA63F7

Text Example


Text Example

White with #FA63F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA63F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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