Html Css Color HEX #FA63ED Pink Flamingo

📋 copy color: '#FA63ED'

red 250 ◦ green 99 ◦ blue 237

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

Shades of Pink Flamingo #FA63ED

Tints of Pink Flamingo #FA63ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.44%

R = 42.66%
G = 16.89%
B = 40.44%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#FA63ED (or 0xFA63ED) is known color: Pink Flamingo. HEX triplet: FA, 63 and ED. RGB value is (250,99,237). Sum of RGB (Red+Green+Blue) = 250+99+237=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 99 (39.06% from 255 or 16.89% from 586); Blue value is 237 (92.97% from 255 or 40.44% from 586); Max value from RGB is 250 - color contains mainly: red. Hex color #FA63ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA63ED is #059C12. Grayscale: #9F9F9F. Windows color (decimal): -367635 or 15557626. OLE color: 15557626.

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

Color convert

RGB 250 99 237 -
CMYK 0 0.60 0.05 0.02
HSL 305.17º 0.94% 0.68% -
HSV(B) 305.17º 0.6% 0.98% -
XYZ 59.17 35.36 83.83 -
YUV 159.88 171.53 192.28 -
System Red Green Blue C M Y K H S L
Decimal 250 99 237 0 0.60 0.05 0.02 305.17 0.94 0.68
Hex FA 63 ED 0 3C 5 2 131 5E 44
Octal 372 143 355 0 74 5 2 461 136 104
Binary 11111010 1100011 11101101 0 111100 101 10 100110001 1011110 1000100

Color Harmonies of #FA63ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA63ED

Black with #FA63ED

Text Example


Text Example

White with #FA63ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA63ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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