Html Css Color HEX #FA68ED Pink Flamingo

📋 copy color: '#FA68ED'

red 250 ◦ green 104 ◦ blue 237

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

Shades of Pink Flamingo #FA68ED

Tints of Pink Flamingo #FA68ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.1%

R = 42.3%
G = 17.6%
B = 40.1%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#FA68ED (or 0xFA68ED) is known color: Pink Flamingo. HEX triplet: FA, 68 and ED. RGB value is (250,104,237). Sum of RGB (Red+Green+Blue) = 250+104+237=591 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.30% from 591); Green value is 104 (41.02% from 255 or 17.60% from 591); Blue value is 237 (92.97% from 255 or 40.10% from 591); Max value from RGB is 250 - color contains mainly: red. Hex color #FA68ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA68ED is #059712. Grayscale: #A2A2A2. Windows color (decimal): -366355 or 15558906. OLE color: 15558906.

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

Color convert

RGB 250 104 237 -
CMYK 0 0.58 0.05 0.02
HSL 305.34º 0.94% 0.69% -
HSV(B) 305.34º 0.58% 0.98% -
XYZ 59.66 36.34 83.99 -
YUV 162.82 169.87 190.19 -
System Red Green Blue C M Y K H S L
Decimal 250 104 237 0 0.58 0.05 0.02 305.34 0.94 0.69
Hex FA 68 ED 0 3A 5 2 131 5E 45
Octal 372 150 355 0 72 5 2 461 136 105
Binary 11111010 1101000 11101101 0 111010 101 10 100110001 1011110 1000101

Color Harmonies of #FA68ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA68ED

Black with #FA68ED

Text Example


Text Example

White with #FA68ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA68ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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