Html Css Color HEX #FA68F5 Pink Flamingo

📋 copy color: '#FA68F5'

red 250 ◦ green 104 ◦ blue 245

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

Shades of Pink Flamingo #FA68F5

Tints of Pink Flamingo #FA68F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 40.9%

R = 41.74%
G = 17.36%
B = 40.9%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#FA68F5 (or 0xFA68F5) is known color: Pink Flamingo. HEX triplet: FA, 68 and F5. RGB value is (250,104,245). Sum of RGB (Red+Green+Blue) = 250+104+245=599 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.74% from 599); Green value is 104 (41.02% from 255 or 17.36% from 599); Blue value is 245 (96.09% from 255 or 40.90% from 599); Max value from RGB is 250 - color contains mainly: red. Hex color #FA68F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA68F5 is #05970A. Grayscale: #A3A3A3. Windows color (decimal): -366347 or 16083194. OLE color: 16083194.

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

Color convert

RGB 250 104 245 -
CMYK 0 0.58 0.02 0.02
HSL 302.05º 0.94% 0.69% -
HSV(B) 302.05º 0.58% 0.98% -
XYZ 60.86 36.82 90.29 -
YUV 163.73 173.87 189.54 -
System Red Green Blue C M Y K H S L
Decimal 250 104 245 0 0.58 0.02 0.02 302.05 0.94 0.69
Hex FA 68 F5 0 3A 2 2 12E 5E 45
Octal 372 150 365 0 72 2 2 456 136 105
Binary 11111010 1101000 11110101 0 111010 10 10 100101110 1011110 1000101

Color Harmonies of #FA68F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA68F5

Black with #FA68F5

Text Example


Text Example

White with #FA68F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA68F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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