Html Css Color HEX #FA68FA Pink Flamingo

📋 copy color: '#FA68FA'

red 250 ◦ green 104 ◦ blue 250

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

Shades of Pink Flamingo #FA68FA

Tints of Pink Flamingo #FA68FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 41.39%

R = 41.39%
G = 17.22%
B = 41.39%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#FA68FA (or 0xFA68FA) is known color: Pink Flamingo. HEX triplet: FA, 68 and FA. RGB value is (250,104,250). Sum of RGB (Red+Green+Blue) = 250+104+250=604 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.39% from 604); Green value is 104 (41.02% from 255 or 17.22% from 604); Blue value is 250 (98.05% from 255 or 41.39% from 604); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FA68FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA68FA is #059705. Grayscale: #A3A3A3. Windows color (decimal): -366342 or 16410874. OLE color: 16410874.

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

Color convert

RGB 250 104 250 -
CMYK 0 0.58 0 0.02
HSL 300º 0.94% 0.69% -
HSV(B) 300º 0.58% 0.98% -
XYZ 61.63 37.13 94.36 -
YUV 164.3 176.37 189.13 -
System Red Green Blue C M Y K H S L
Decimal 250 104 250 0 0.58 0 0.02 300 0.94 0.69
Hex FA 68 FA 0 3A 0 2 12C 5E 45
Octal 372 150 372 0 72 0 2 454 136 105
Binary 11111010 1101000 11111010 0 111010 0 10 100101100 1011110 1000101

Color Harmonies of #FA68FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA68FA

Black with #FA68FA

Text Example


Text Example

White with #FA68FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA68FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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