Html Css Color HEX #F669FC Pink Flamingo

📋 copy color: '#F669FC'

red 246 ◦ green 105 ◦ blue 252

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

Shades of Pink Flamingo #F669FC

Tints of Pink Flamingo #F669FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 41.79%

R = 40.8%
G = 17.41%
B = 41.79%

CMYK

 C value IS 0.02

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F669FC (or 0xF669FC) is known color: Pink Flamingo. HEX triplet: F6, 69 and FC. RGB value is (246,105,252). Sum of RGB (Red+Green+Blue) = 246+105+252=603 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.80% from 603); Green value is 105 (41.41% from 255 or 17.41% from 603); Blue value is 252 (98.83% from 255 or 41.79% from 603); Max value from RGB is 252 - color contains mainly: blue. Hex color #F669FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F669FC is #099603. Grayscale: #A3A3A3. Windows color (decimal): -628228 or 16542198. OLE color: 16542198.

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

Color convert

RGB 246 105 252 -
CMYK 0.02 0.58 0 0.01
HSL 297.55º 0.96% 0.7% -
HSV(B) 297.55º 0.58% 0.99% -
XYZ 60.63 36.72 95.99 -
YUV 163.92 177.71 186.55 -
System Red Green Blue C M Y K H S L
Decimal 246 105 252 0.02 0.58 0 0.01 297.55 0.96 0.7
Hex F6 69 FC 2 3A 0 1 12A 60 46
Octal 366 151 374 2 72 0 1 452 140 106
Binary 11110110 1101001 11111100 10 111010 0 1 100101010 1100000 1000110

Color Harmonies of #F669FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F669FC

Black with #F669FC

Text Example


Text Example

White with #F669FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F669FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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