Html Css Color HEX #FA68F4 Pink Flamingo

📋 copy color: '#FA68F4'

red 250 ◦ green 104 ◦ blue 244

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

Shades of Pink Flamingo #FA68F4

Tints of Pink Flamingo #FA68F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 40.8%

R = 41.81%
G = 17.39%
B = 40.8%

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

#FA68F4 (or 0xFA68F4) is known color: Pink Flamingo. HEX triplet: FA, 68 and F4. RGB value is (250,104,244). Sum of RGB (Red+Green+Blue) = 250+104+244=598 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.81% from 598); Green value is 104 (41.02% from 255 or 17.39% from 598); Blue value is 244 (95.70% from 255 or 40.80% from 598); Max value from RGB is 250 - color contains mainly: red. Hex color #FA68F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA68F4 is #05970B. Grayscale: #A3A3A3. Windows color (decimal): -366348 or 16017658. OLE color: 16017658.

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

Color convert

RGB 250 104 244 -
CMYK 0 0.58 0.02 0.02
HSL 302.47º 0.94% 0.69% -
HSV(B) 302.47º 0.58% 0.98% -
XYZ 60.7 36.76 89.48 -
YUV 163.61 173.37 189.62 -
System Red Green Blue C M Y K H S L
Decimal 250 104 244 0 0.58 0.02 0.02 302.47 0.94 0.69
Hex FA 68 F4 0 3A 2 2 12E 5E 45
Octal 372 150 364 0 72 2 2 456 136 105
Binary 11111010 1101000 11110100 0 111010 10 10 100101110 1011110 1000101

Color Harmonies of #FA68F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA68F4

Black with #FA68F4

Text Example


Text Example

White with #FA68F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA68F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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