Html Css Color HEX #FA66F0 Pink Flamingo

📋 copy color: '#FA66F0'

red 250 ◦ green 102 ◦ blue 240

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

Shades of Pink Flamingo #FA66F0

Tints of Pink Flamingo #FA66F0

RGB

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

 GREEN value IS 102 (40.23% from 255) = 17.23%

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

R = 42.23%
G = 17.23%
B = 40.54%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FA66F0 (or 0xFA66F0) is known color: Pink Flamingo. HEX triplet: FA, 66 and F0. RGB value is (250,102,240). Sum of RGB (Red+Green+Blue) = 250+102+240=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 102 (40.23% from 255 or 17.23% from 592); Blue value is 240 (94.14% from 255 or 40.54% from 592); Max value from RGB is 250 - color contains mainly: red. Hex color #FA66F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA66F0 is #05990F. Grayscale: #A1A1A1. Windows color (decimal): -366864 or 15755002. OLE color: 15755002.

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

Color convert

RGB 250 102 240 -
CMYK 0 0.59 0.04 0.02
HSL 304.05º 0.94% 0.69% -
HSV(B) 304.05º 0.59% 0.98% -
XYZ 59.9 36.12 86.25 -
YUV 161.98 172.03 190.78 -
System Red Green Blue C M Y K H S L
Decimal 250 102 240 0 0.59 0.04 0.02 304.05 0.94 0.69
Hex FA 66 F0 0 3B 4 2 130 5E 45
Octal 372 146 360 0 73 4 2 460 136 105
Binary 11111010 1100110 11110000 0 111011 100 10 100110000 1011110 1000101

Color Harmonies of #FA66F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA66F0

Black with #FA66F0

Text Example


Text Example

White with #FA66F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA66F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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