Html Css Color HEX #FA68F0 Pink Flamingo

📋 copy color: '#FA68F0'

red 250 ◦ green 104 ◦ blue 240

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

Shades of Pink Flamingo #FA68F0

Tints of Pink Flamingo #FA68F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 40.4%

R = 42.09%
G = 17.51%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FA68F0 (or 0xFA68F0) is known color: Pink Flamingo. HEX triplet: FA, 68 and F0. RGB value is (250,104,240). Sum of RGB (Red+Green+Blue) = 250+104+240=594 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.09% from 594); Green value is 104 (41.02% from 255 or 17.51% from 594); Blue value is 240 (94.14% from 255 or 40.40% from 594); Max value from RGB is 250 - color contains mainly: red. Hex color #FA68F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA68F0 is #05970F. Grayscale: #A2A2A2. Windows color (decimal): -366352 or 15755514. OLE color: 15755514.

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

Color convert

RGB 250 104 240 -
CMYK 0 0.58 0.04 0.02
HSL 304.11º 0.94% 0.69% -
HSV(B) 304.11º 0.58% 0.98% -
XYZ 60.1 36.52 86.32 -
YUV 163.16 171.37 189.94 -
System Red Green Blue C M Y K H S L
Decimal 250 104 240 0 0.58 0.04 0.02 304.11 0.94 0.69
Hex FA 68 F0 0 3A 4 2 130 5E 45
Octal 372 150 360 0 72 4 2 460 136 105
Binary 11111010 1101000 11110000 0 111010 100 10 100110000 1011110 1000101

Color Harmonies of #FA68F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA68F0

Black with #FA68F0

Text Example


Text Example

White with #FA68F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA68F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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