Html Css Color HEX #FA65F9 Pink Flamingo

📋 copy color: '#FA65F9'

red 250 ◦ green 101 ◦ blue 249

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

Shades of Pink Flamingo #FA65F9

Tints of Pink Flamingo #FA65F9

RGB

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

 GREEN value IS 101 (39.84% from 255) = 16.83%

 BLUE value IS 249 (97.66% from 255) = 41.5%

R = 41.67%
G = 16.83%
B = 41.5%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.00

 K value IS 0.02

RGB Variations

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

Color information

#FA65F9 (or 0xFA65F9) is known color: Pink Flamingo. HEX triplet: FA, 65 and F9. RGB value is (250,101,249). Sum of RGB (Red+Green+Blue) = 250+101+249=600 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.67% from 600); Green value is 101 (39.84% from 255 or 16.83% from 600); Blue value is 249 (97.66% from 255 or 41.5% from 600); Max value from RGB is 250 - color contains mainly: red. Hex color #FA65F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA65F9 is #059A06. Grayscale: #A1A1A1. Windows color (decimal): -367111 or 16344570. OLE color: 16344570.

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

Color convert

RGB 250 101 249 -
CMYK 0 0.60 0.00 0.02
HSL 300.4º 0.94% 0.69% -
HSV(B) 300.4º 0.6% 0.98% -
XYZ 61.18 36.47 93.44 -
YUV 162.42 176.86 190.47 -
System Red Green Blue C M Y K H S L
Decimal 250 101 249 0 0.60 0.00 0.02 300.4 0.94 0.69
Hex FA 65 F9 0 3C 0 2 12C 5E 45
Octal 372 145 371 0 74 0 2 454 136 105
Binary 11111010 1100101 11111001 0 111100 0 10 100101100 1011110 1000101

Color Harmonies of #FA65F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA65F9

Black with #FA65F9

Text Example


Text Example

White with #FA65F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA65F9; }

 p { color: rgb(250,101,249); }

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

background-color css

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

 a { background-color: rgb(250,101,249); }

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

border-color css

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

 span { border-color: rgb(250,101,249); }

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