Html Css Color HEX #FA69F2 Pink Flamingo

📋 copy color: '#FA69F2'

red 250 ◦ green 105 ◦ blue 242

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

Shades of Pink Flamingo #FA69F2

Tints of Pink Flamingo #FA69F2

RGB

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

 GREEN value IS 105 (41.41% from 255) = 17.59%

 BLUE value IS 242 (94.92% from 255) = 40.54%

R = 41.88%
G = 17.59%
B = 40.54%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#FA69F2 (or 0xFA69F2) is known color: Pink Flamingo. HEX triplet: FA, 69 and F2. RGB value is (250,105,242). Sum of RGB (Red+Green+Blue) = 250+105+242=597 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.88% from 597); Green value is 105 (41.41% from 255 or 17.59% from 597); Blue value is 242 (94.92% from 255 or 40.54% from 597); Max value from RGB is 250 - color contains mainly: red. Hex color #FA69F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA69F2 is #05960D. Grayscale: #A3A3A3. Windows color (decimal): -366094 or 15886842. OLE color: 15886842.

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

Color convert

RGB 250 105 242 -
CMYK 0 0.58 0.03 0.02
HSL 303.31º 0.94% 0.7% -
HSV(B) 303.31º 0.58% 0.98% -
XYZ 60.5 36.84 87.93 -
YUV 163.97 172.04 189.36 -
System Red Green Blue C M Y K H S L
Decimal 250 105 242 0 0.58 0.03 0.02 303.31 0.94 0.7
Hex FA 69 F2 0 3A 3 2 12F 5E 46
Octal 372 151 362 0 72 3 2 457 136 106
Binary 11111010 1101001 11110010 0 111010 11 10 100101111 1011110 1000110

Color Harmonies of #FA69F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA69F2

Black with #FA69F2

Text Example


Text Example

White with #FA69F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA69F2; }

 p { color: rgb(250,105,242); }

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

background-color css

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

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

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

border-color css

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

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

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