Html Css Color HEX #FA65F3 Pink Flamingo

📋 copy color: '#FA65F3'

red 250 ◦ green 101 ◦ blue 243

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

Shades of Pink Flamingo #FA65F3

Tints of Pink Flamingo #FA65F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 40.91%

R = 42.09%
G = 17%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#FA65F3 (or 0xFA65F3) is known color: Pink Flamingo. HEX triplet: FA, 65 and F3. RGB value is (250,101,243). Sum of RGB (Red+Green+Blue) = 250+101+243=594 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.09% from 594); Green value is 101 (39.84% from 255 or 17.00% from 594); Blue value is 243 (95.31% from 255 or 40.91% from 594); Max value from RGB is 250 - color contains mainly: red. Hex color #FA65F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA65F3 is #059A0C. Grayscale: #A1A1A1. Windows color (decimal): -367117 or 15951354. OLE color: 15951354.

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

Color convert

RGB 250 101 243 -
CMYK 0 0.60 0.03 0.02
HSL 302.82º 0.94% 0.69% -
HSV(B) 302.82º 0.6% 0.98% -
XYZ 60.26 36.1 88.59 -
YUV 161.74 173.86 190.95 -
System Red Green Blue C M Y K H S L
Decimal 250 101 243 0 0.60 0.03 0.02 302.82 0.94 0.69
Hex FA 65 F3 0 3C 3 2 12F 5E 45
Octal 372 145 363 0 74 3 2 457 136 105
Binary 11111010 1100101 11110011 0 111100 11 10 100101111 1011110 1000101

Color Harmonies of #FA65F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA65F3

Black with #FA65F3

Text Example


Text Example

White with #FA65F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA65F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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