Html Css Color HEX #FA68FD Pink Flamingo

📋 copy color: '#FA68FD'

red 250 ◦ green 104 ◦ blue 253

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

Shades of Pink Flamingo #FA68FD

Tints of Pink Flamingo #FA68FD

RGB

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

 GREEN value IS 104 (41.02% from 255) = 17.13%

 BLUE value IS 253 (99.22% from 255) = 41.68%

R = 41.19%
G = 17.13%
B = 41.68%

CMYK

 C value IS 0.01

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FA68FD (or 0xFA68FD) is known color: Pink Flamingo. HEX triplet: FA, 68 and FD. RGB value is (250,104,253). Sum of RGB (Red+Green+Blue) = 250+104+253=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 104 (41.02% from 255 or 17.13% from 607); Blue value is 253 (99.22% from 255 or 41.68% from 607); Max value from RGB is 253 - color contains mainly: blue. Hex color #FA68FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA68FD is #059702. Grayscale: #A4A4A4. Windows color (decimal): -366339 or 16607482. OLE color: 16607482.

HSL color Cylindrical-coordinate representation of color #FA68FD: hue angle of 298.79º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FA68FD is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 250 104 253 -
CMYK 0.01 0.59 0 0.01
HSL 298.79º 0.97% 0.7% -
HSV(B) 298.79º 0.59% 0.99% -
XYZ 62.1 37.32 96.86 -
YUV 164.64 177.87 188.88 -
System Red Green Blue C M Y K H S L
Decimal 250 104 253 0.01 0.59 0 0.01 298.79 0.97 0.7
Hex FA 68 FD 1 3B 0 1 12B 61 46
Octal 372 150 375 1 73 0 1 453 141 106
Binary 11111010 1101000 11111101 1 111011 0 1 100101011 1100001 1000110

Color Harmonies of #FA68FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA68FD

Black with #FA68FD

Text Example


Text Example

White with #FA68FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA68FD; }

 p { color: rgb(250,104,253); }

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

background-color css

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

 a { background-color: rgb(250,104,253); }

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

border-color css

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

 span { border-color: rgb(250,104,253); }

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