Html Css Color HEX #F669FD Pink Flamingo

📋 copy color: '#F669FD'

red 246 ◦ green 105 ◦ blue 253

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

Shades of Pink Flamingo #F669FD

Tints of Pink Flamingo #F669FD

RGB

 RED value IS 246 (96.48% from 255) = 40.73%

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

 BLUE value IS 253 (99.22% from 255) = 41.89%

R = 40.73%
G = 17.38%
B = 41.89%

CMYK

 C value IS 0.03

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F669FD (or 0xF669FD) is known color: Pink Flamingo. HEX triplet: F6, 69 and FD. RGB value is (246,105,253). Sum of RGB (Red+Green+Blue) = 246+105+253=604 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.73% from 604); Green value is 105 (41.41% from 255 or 17.38% from 604); Blue value is 253 (99.22% from 255 or 41.89% from 604); Max value from RGB is 253 - color contains mainly: blue. Hex color #F669FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F669FD is #099602. Grayscale: #A3A3A3. Windows color (decimal): -628227 or 16607734. OLE color: 16607734.

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

Color convert

RGB 246 105 253 -
CMYK 0.03 0.58 0 0.01
HSL 297.16º 0.97% 0.7% -
HSV(B) 297.16º 0.58% 0.99% -
XYZ 60.79 36.79 96.83 -
YUV 164.03 178.21 186.47 -
System Red Green Blue C M Y K H S L
Decimal 246 105 253 0.03 0.58 0 0.01 297.16 0.97 0.7
Hex F6 69 FD 3 3A 0 1 129 61 46
Octal 366 151 375 3 72 0 1 451 141 106
Binary 11110110 1101001 11111101 11 111010 0 1 100101001 1100001 1000110

Color Harmonies of #F669FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F669FD

Black with #F669FD

Text Example


Text Example

White with #F669FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F669FD; }

 p { color: rgb(246,105,253); }

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

background-color css

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

 a { background-color: rgb(246,105,253); }

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

border-color css

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

 span { border-color: rgb(246,105,253); }

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